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 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") | 
