forked from mirror/django-mailbox
Merging in upstream changes.
This commit is contained in:
commit
61e618953f
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue