1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Merging in upstream changes.

This commit is contained in:
Adam Coddington 2013-11-26 21:26:44 -08:00
commit 61e618953f

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():