diff options
Diffstat (limited to 'archaeological_context_records/models.py')
| -rw-r--r-- | archaeological_context_records/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 625356990..c9bc8e66e 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -137,7 +137,7 @@ class ContextRecord(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):      IMAGE_PREFIX = 'context_records/'      # search parameters -    CONTEXTRECORD_EXTRA_KEYS = { +    EXTRA_REQUEST_KEYS = {          'parcel__town': 'parcel__town__pk',          'operation__year': 'operation__year__contains',          'operation__code_patriarche': 'operation__code_patriarche',  | 
