1
0
Fork 1
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:
Joe 2021-02-08 23:39:19 -05:00
parent 5177ea5c65
commit d94faeeee7
50 changed files with 224 additions and 218 deletions

View file

@ -4,7 +4,7 @@ from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
("django_mailbox", "0003_auto_20150409_0316"),
("django_mailbox2", "0003_auto_20150409_0316"),
]
operations = [