diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:32:59 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:32:59 +0200 |
| commit | a39f989e9c02bca9e4c3127fde855364f392e3a5 (patch) | |
| tree | 086a665aa7b36c70710fc78ffdb3a6d5708fdfbc /archaeological_context_records/migrations | |
| parent | 44d4e1a733511c027e6381aaf88fd6f445d3659d (diff) | |
| download | Ishtar-a39f989e9c02bca9e4c3127fde855364f392e3a5.tar.bz2 Ishtar-a39f989e9c02bca9e4c3127fde855364f392e3a5.zip | |
v0.96.0
Diffstat (limited to 'archaeological_context_records/migrations')
| -rw-r--r-- | archaeological_context_records/migrations/0002_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py (renamed from archaeological_context_records/migrations/0015_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0015_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py b/archaeological_context_records/migrations/0002_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py index ba49c8e49..88148ec33 100644 --- a/archaeological_context_records/migrations/0015_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py +++ b/archaeological_context_records/migrations/0002_auto__add_field_contextrecord_point__add_field_contextrecord_polygon__.py @@ -172,7 +172,7 @@ class Migration(SchemaMigration): 'width': ('django.db.models.fields.IntegerField', [], {'null': 'True', 'blank': 'True'}) }, 'archaeological_context_records.identificationtype': { - 'Meta': {'ordering': "('order',)", 'object_name': 'IdentificationType'}, + 'Meta': {'ordering': "('order', 'label')", 'object_name': 'IdentificationType'}, 'available': ('django.db.models.fields.BooleanField', [], {'default': 'True'}), 'comment': ('django.db.models.fields.TextField', [], {'null': 'True', 'blank': 'True'}), 'id': ('django.db.models.fields.AutoField', [], {'primary_key': 'True'}), |
