diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-19 14:18:30 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:09 +0200 |
| commit | 488d9c2a72142dbaed66cb11ae8a9629ea6fe923 (patch) | |
| tree | 29f92a2c4caff32bb80907da9d659211f9291e1b /archaeological_context_records/models.py | |
| parent | bef385bdb038c6f4f00ca8ba176c8f3d4ef5c5ed (diff) | |
| download | Ishtar-488d9c2a72142dbaed66cb11ae8a9629ea6fe923.tar.bz2 Ishtar-488d9c2a72142dbaed66cb11ae8a9629ea6fe923.zip | |
Manage find basket modification wizard
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 ec79748c7..0aa5c961d 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -335,6 +335,7 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, ] history = HistoricalRecords() + objects = ExternalIdManager() # fields external_id = models.TextField(_(u"External ID"), blank=True, null=True) @@ -411,7 +412,6 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem, blank=True) cached_label = models.TextField(_(u"Cached name"), null=True, blank=True, db_index=True) - objects = ExternalIdManager() class Meta: verbose_name = _(u"Context Record") |
