X-Git-Url: https://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Fmodels.py;h=4f9bbcae5c1e8539ddece1ec599a663738f7358f;hp=8492321dffdd7dd69a730093a45b1101f32dba64;hb=4e93fcf21a388a7e9334efd631616ed42b74dd56;hpb=d2c401bc0eb601095108032935e2d6c8b074615d diff --git a/project/rh/models.py b/project/rh/models.py index 8492321..4f9bbca 100644 --- 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,