Another Step in the Quest to clean up the code base.
This commit is contained in:
@@ -5,7 +5,6 @@ from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('content', '0003_auto_20161012_2205'),
|
||||
]
|
||||
@@ -15,7 +14,8 @@ class Migration(migrations.Migration):
|
||||
model_name='page',
|
||||
name='date_created',
|
||||
field=models.DateTimeField(
|
||||
auto_now_add=True, verbose_name='first created at', db_index=True),
|
||||
auto_now_add=True, verbose_name='first created at',
|
||||
db_index=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='page',
|
||||
|
||||
Reference in New Issue
Block a user