Project

General

Profile

« Previous | Next » 

Revision 48a85f96

Added by Jérôme Schneider over 11 years ago

actes: suppport act update (fix #2092)

View differences:

calebasse/actes/models.py
116 116
            choices=VALIDATION_CODE_CHOICES,
117 117
            default='absent',
118 118
            verbose_name=u'Présence')
119
    comment = models.TextField(u'Commentaire')
119
    comment = models.TextField(u'Commentaire', blank=True, null=True)
120 120
    old_id = models.CharField(max_length=256,
121 121
            verbose_name=u'Ancien ID', blank=True, null=True)
122 122

  

Also available in: Unified diff