pi: meta options on PiLog
This commit is contained in:
parent
1ec1b54e5a
commit
bd4b2e176a
18
dr_botzo/pi/migrations/0002_auto_20150521_2204.py
Normal file
18
dr_botzo/pi/migrations/0002_auto_20150521_2204.py
Normal file
@ -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'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user