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
(parent:
835748f
)
Fixed unicode des postes
author
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Thu, 1 Mar 2012 17:08:30 +0000
(11:08 -0600)
committer
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Thu, 1 Mar 2012 17:08:30 +0000
(11:08 -0600)
project/rh/models.py
patch
|
blob
|
blame
|
history
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
12f13aa
..
0cbb1d4
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-198,7
+198,6
@@
class Poste_(AUFMetadata):
def __unicode__(self):
representation = u'%s - %s [%s]' % (self.implantation, self.nom,
self.id)
- return "%s" % self.id
return representation
prefix_implantation = "implantation__region"