diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-21 23:00:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-21 23:00:22 +0100 |
commit | abe0902d8c88b1e1acc7a1bff666109f5d18cfe8 (patch) | |
tree | 10c6e18b782650e66684b0527adbe768875aed08 /archaeological_context_records/wizards.py | |
parent | f7a4bd783df87aea052aba07b2a48001b6389772 (diff) | |
download | Ishtar-abe0902d8c88b1e1acc7a1bff666109f5d18cfe8.tar.bz2 Ishtar-abe0902d8c88b1e1acc7a1bff666109f5d18cfe8.zip |
Context records forms/sheet: add documentation types, diameter and depth of appearance (refs #3561)
Diffstat (limited to 'archaeological_context_records/wizards.py')
-rw-r--r-- | archaeological_context_records/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/wizards.py b/archaeological_context_records/wizards.py index 0d877929f..fd48ef3d9 100644 --- a/archaeological_context_records/wizards.py +++ b/archaeological_context_records/wizards.py @@ -138,7 +138,7 @@ class RecordModifWizard(RecordWizard): class RecordDeletionWizard(DeletionWizard): model = models.ContextRecord fields = ['label', 'parcel', 'description', 'length', 'width', 'thickness', - 'depth', 'location', 'datings', 'units', 'has_furniture', + 'depth', 'location', 'datings', 'units', 'documentations', 'filling', 'interpretation', 'taq', 'taq_estimated', 'tpq', 'tpq_estimated'] filter_owns = {'selec-record_deletion': ['pk']} |