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:
a6519ea
)
Employé: Acceent sur employé commentaire
author
PA Parent
<paparent@paparent.me>
Wed, 21 Dec 2011 20:06:46 +0000
(15:06 -0500)
committer
PA Parent
<paparent@paparent.me>
Wed, 21 Dec 2011 20:06:46 +0000
(15:06 -0500)
project/rh/models.py
patch
|
blob
|
blame
|
history
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
7ea2bc1
..
a7f0757
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-445,6
+445,10
@@
class EmployeCommentaire(Commentaire):
employe = models.ForeignKey('Employe', db_column='employe',
related_name='+')
+ class Meta:
+ verbose_name = u"Employé commentaire"
+ verbose_name_plural = u"Employé commentaires"
+
LIEN_PARENTE_CHOICES = (
('Conjoint', 'Conjoint'),