summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-11 11:36:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-11 11:36:33 +0200
commit08f1fe99d11e40ca506469c1d782791fca18d49d (patch)
tree0d9e3de5f9e5f7dc9b52b26abe6c475138e60a19 /archaeological_context_records
parent9985406e7fd5d7561a79f5e9eeee36d007d66d76 (diff)
downloadIshtar-08f1fe99d11e40ca506469c1d782791fca18d49d.tar.bz2
Ishtar-08f1fe99d11e40ca506469c1d782791fca18d49d.zip
v0.98.0
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/migrations/0007_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py (renamed from archaeological_context_records/migrations/0024_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py)0
-rw-r--r--archaeological_context_records/migrations/0008_generate_cached_label.py (renamed from archaeological_context_records/migrations/0025_generate_cached_label.py)3
2 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0024_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py b/archaeological_context_records/migrations/0007_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py
index 675326715..675326715 100644
--- a/archaeological_context_records/migrations/0024_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py
+++ b/archaeological_context_records/migrations/0007_auto__add_field_contextrecord_cached_label__add_field_historicalcontex.py
diff --git a/archaeological_context_records/migrations/0025_generate_cached_label.py b/archaeological_context_records/migrations/0008_generate_cached_label.py
index 1c559b21a..2e6117c78 100644
--- a/archaeological_context_records/migrations/0025_generate_cached_label.py
+++ b/archaeological_context_records/migrations/0008_generate_cached_label.py
@@ -9,7 +9,8 @@ from django.conf import settings
class Migration(SchemaMigration):
def forwards(self, orm):
- for item in orm['archaeological_context_records.contextrecord'].objects.all():
+ for item in orm[
+ 'archaeological_context_records.contextrecord'].objects.all():
parcel = item.parcel
parcel_lbl = ""
if parcel: