diff --git a/dr_botzo/pi/migrations/0002_auto_20150521_2204.py b/dr_botzo/pi/migrations/0002_auto_20150521_2204.py new file mode 100644 index 0000000..c225980 --- /dev/null +++ b/dr_botzo/pi/migrations/0002_auto_20150521_2204.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import models, migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('pi', '0001_initial'), + ] + + operations = [ + migrations.AlterModelOptions( + name='pilog', + options={'get_latest_by': 'created'}, + ), + ]