blob: e4315dcbb2b5d2a2ca42434ea49201b6e5e689b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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',
),
]
|