projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
employe alpha ordering
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
5cc262e
..
c92cd2a
100644
(file)
--- 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"