mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-24 07:08:48 +02:00
Improve admin interface
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -124,6 +124,7 @@ class Team(models.Model):
|
||||
class Meta:
|
||||
verbose_name = _("team")
|
||||
verbose_name_plural = _("teams")
|
||||
ordering = ('trigram',)
|
||||
indexes = [
|
||||
Index(fields=("trigram", )),
|
||||
]
|
||||
|
Reference in New Issue
Block a user