From 9b0d1822df46ced916167431713bea20000c499e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Thu, 19 Jan 2012 16:55:15 -0500 Subject: [PATCH] employe alpha ordering --- project/rh/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/rh/models.py b/project/rh/models.py index 5cc262e..c92cd2a 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -359,7 +359,7 @@ class Employe(AUFMetadata): null=True, blank=True) class Meta: - ordering = ['nom_affichage','nom','prenom'] + ordering = ['nom','prenom'] verbose_name = u"Employé" verbose_name_plural = u"Employés" -- 1.7.10.4