1
0
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:
Emmy D'Anello
2023-04-03 19:13:15 +02:00
parent 073d761a03
commit b3c26b8c1c
7 changed files with 396 additions and 177 deletions

View File

@ -124,6 +124,7 @@ class Team(models.Model):
class Meta:
verbose_name = _("team")
verbose_name_plural = _("teams")
ordering = ('trigram',)
indexes = [
Index(fields=("trigram", )),
]