diff options
author | luxagraf <sng@luxagraf.net> | 2018-06-06 09:59:53 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-06-06 09:59:53 -0500 |
commit | 92bf8c15bf7f71386b80eeb0b7fe4e26335a962f (patch) | |
tree | 15c5b8e495aa135583c76a1c16e6dc4e340fb6d1 /app/sightings/migrations/0002_auto_20180205_1430.py | |
parent | 1515e5ac7b4f2d4061d73ea8215b27f110d811cb (diff) | |
parent | ec7b92046153498b54623f815576a8412631776f (diff) |
Merge branch 'master' of ssh://lux2:/home/lxf/git/luxagraf
Diffstat (limited to 'app/sightings/migrations/0002_auto_20180205_1430.py')
-rw-r--r-- | app/sightings/migrations/0002_auto_20180205_1430.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/sightings/migrations/0002_auto_20180205_1430.py b/app/sightings/migrations/0002_auto_20180205_1430.py index e917508..d936235 100644 --- a/app/sightings/migrations/0002_auto_20180205_1430.py +++ b/app/sightings/migrations/0002_auto_20180205_1430.py @@ -14,11 +14,6 @@ class Migration(migrations.Migration): name='sighting', options={'get_latest_by': 'pub_date', 'ordering': ['-pub_date']}, ), - migrations.RenameField( - model_name='sighting', - old_name='date', - new_name='pub_date', - ), migrations.AlterField( model_name='apclass', name='kind', |