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
|
|
@ -106,7 +106,7 @@ class Migration(migrations.Migration):
|
|||
related_name="replies",
|
||||
verbose_name="In reply to",
|
||||
blank=True,
|
||||
to="django_mailbox.Message",
|
||||
to="django_mailbox2.Message",
|
||||
null=True,
|
||||
on_delete=models.CASCADE,
|
||||
),
|
||||
|
|
@ -116,7 +116,7 @@ class Migration(migrations.Migration):
|
|||
models.ForeignKey(
|
||||
related_name="messages",
|
||||
verbose_name="Mailbox",
|
||||
to="django_mailbox.Mailbox",
|
||||
to="django_mailbox2.Mailbox",
|
||||
on_delete=models.CASCADE,
|
||||
),
|
||||
),
|
||||
|
|
@ -153,7 +153,7 @@ class Migration(migrations.Migration):
|
|||
related_name="attachments",
|
||||
verbose_name="Message",
|
||||
blank=True,
|
||||
to="django_mailbox.Message",
|
||||
to="django_mailbox2.Message",
|
||||
null=True,
|
||||
on_delete=models.CASCADE,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue