projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ec1b4c3
)
Poste: trie par defaut par le nom
author
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Wed, 8 Feb 2012 20:42:53 +0000
(14:42 -0600)
committer
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Wed, 8 Feb 2012 20:42:53 +0000
(14:42 -0600)
project/rh/models.py
patch
|
blob
|
blame
|
history
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,