projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Poste: trie par defaut par le nom
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
ef3b6fc
..
234ef57
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-189,6
+189,7
@@
class Poste_(AUFMetadata):
ordering = ['implantation__nom', 'nom']
verbose_name = u"Poste"
verbose_name_plural = u"Postes"
+ ordering = ["nom"]
def __unicode__(self):
representation = u'%s - %s [%s]' % (self.implantation, self.nom,