add missing migration
This commit is contained in:
parent
b3c353b40f
commit
d7ab4e02b3
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 2.1.4 on 2018-12-10 22:34
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('site', '0004_siteupdate_tweaks'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='siteupdate',
|
||||
options={'default_related_name': 'siteupdates', 'get_latest_by': 'created', 'verbose_name': 'Site update', 'verbose_name_plural': 'Site updates'},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue