diff options
Diffstat (limited to 'app/lttr/migrations/0020_auto_20210324_1351.py')
-rw-r--r-- | app/lttr/migrations/0020_auto_20210324_1351.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/lttr/migrations/0020_auto_20210324_1351.py b/app/lttr/migrations/0020_auto_20210324_1351.py new file mode 100644 index 0000000..e4315dc --- /dev/null +++ b/app/lttr/migrations/0020_auto_20210324_1351.py @@ -0,0 +1,19 @@ +# Generated by Django 3.1 on 2021-03-24 13:51 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('posts', '0019_auto_20210323_2155'), + ('media', '0008_auto_20201202_1155'), + ('lttr', '0019_auto_20210324_1350'), + ] + + operations = [ + migrations.RenameModel( + old_name='NewNewsletterMailing', + new_name='NewsletterMailing', + ), + ] |