diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-30 17:26:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-30 17:26:44 +0200 |
commit | ffd57727a66952e12b5236e7567f5fd75eb7e5f8 (patch) | |
tree | 2b8ab152e92a95948e9a038ebcef815bfd56aa38 /archaeological_context_records/models.py | |
parent | 2a0842c8ffb0e7eec6b350f9d170670c8376cce8 (diff) | |
parent | 18995ac80a961083ad986f4abe984fd649ec40e2 (diff) | |
download | Ishtar-ffd57727a66952e12b5236e7567f5fd75eb7e5f8.tar.bz2 Ishtar-ffd57727a66952e12b5236e7567f5fd75eb7e5f8.zip |
Merge branch 'master' into develop
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 883433517..6f6e4c80b 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -397,7 +397,7 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, ImageModel, OwnPerms, def _real_label(self): if not self.operation.code_patriarche: return - return settings.JOINT.join((unicode(self.operation.code_patriarche), + return settings.JOINT.join((self.operation.code_patriarche, self.label)) def _temp_label(self): |