-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrige l'ordre de la liste de fiche detection
Le but de ce commit est de s'assurer que l'ordre est bien respecté sur la vue de liste des fiches détection. Ce n'était pas le cas a cause de la redéfinition de la méthode get_queryset sur la classe. J'en ai profité pour préciser l'ordre précis sur le modèle Numéro afin d'éviter un ordre implicite qui ne corredpond pas a ce qui était voulu.
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters