1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

fix migration 0014, set no_dry_run=True

This commit is contained in:
Michal Adamczyk 2013-11-25 21:13:32 +01:00
parent 81615a27e0
commit 8aef745832

View file

@ -6,7 +6,7 @@ from django.db import models
class Migration(SchemaMigration):
no_dry_run = True
def forwards(self, orm):
for message in orm['django_mailbox.Message'].objects.all():
for attachment in message.attachments.all():