mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
adds updated module name
This commit is contained in:
parent
5177ea5c65
commit
d94faeeee7
50 changed files with 224 additions and 218 deletions
|
|
@ -1,11 +1,11 @@
|
|||
from django.db import migrations, models
|
||||
import django_mailbox.utils
|
||||
import django_mailbox2.utils
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("django_mailbox", "0004_bytestring_to_unicode"),
|
||||
("django_mailbox2", "0004_bytestring_to_unicode"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
|
|||
model_name="messageattachment",
|
||||
name="document",
|
||||
field=models.FileField(
|
||||
upload_to=django_mailbox.utils.get_attachment_save_path,
|
||||
upload_to=django_mailbox2.utils.get_attachment_save_path,
|
||||
verbose_name="Document",
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue