_location_details_loaded
This commit is contained in:
parent
384ef43209
commit
6d7f012666
2 changed files with 37 additions and 36 deletions
|
@ -34,6 +34,7 @@ class SerializableMixin(models.Model):
|
|||
|
||||
def details_display(self):
|
||||
return {
|
||||
'id': self.pk,
|
||||
'display': [
|
||||
(str(_('Type')), str(self.__class__._meta.verbose_name)),
|
||||
(str(_('ID')), str(self.pk)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue