Revision 05935a8b
Added by Benjamin Dauvergne about 13 years ago
| calebasse/agenda/models.py | ||
|---|---|---|
|
note = models.TextField(_('note'))
|
||
|
created = models.DateTimeField(_('created'), auto_now_add=True)
|
||
|
content_type = models.ForeignKey(ContentType)
|
||
|
object_id = models.IntegerField()
|
||
|
|
||
|
|
||
|
class EventType(models.Model):
|
||
Also available in: Unified diff
agenda: add missing object_id field of Note model