Another Step in the Quest to clean up the code base.

This commit is contained in:
2017-09-08 07:19:50 +02:00
parent 8f4bdec701
commit 6e2240ed5f
229 changed files with 1915 additions and 15175 deletions

View File

@@ -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',