projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added proper email templates
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
8492321
..
4f9bbca
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-2003,6
+2003,8
@@
class ChangementPersonnel(models.Model):
)
valide = models.BooleanField(default=True)
+ date_creation = models.DateTimeField(
+ auto_now_add=True)
communique = models.BooleanField(
u'Communiqué',
default=False,