parent
7b22660ce4
commit
e2280019a5
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class Bird(models.Model):
|
||||||
class Meta:
|
class Meta:
|
||||||
verbose_name = _("Vogel")
|
verbose_name = _("Vogel")
|
||||||
verbose_name_plural = _("Vögel")
|
verbose_name_plural = _("Vögel")
|
||||||
|
ordering = ["bird", "find_circumstances"]
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return self.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue