class Calendar(models.Model):
"""
Contains a collection of :model:`events.Event` objects.
Events are mapped to calendars through the :model:`ScheduledEvent`
model.
"""
Contains a collection of :model:`events.Event` objects.
Events are mapped to calendars through the :model:`ScheduledEvent`
model.
I think this is a bug in 1.4 that is probably addressed in the dev version. The model docstring is not run through the markdown to HTML routine in the django version I'm using. Was simple enough to patch locally.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/OUFxqu5lQaoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.