Initial implementation of a working ICalendarFeedView based on the Django syndication...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 10 Feb 2011 21:48:48 +0000 (16:48 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 10 Feb 2011 21:48:48 +0000 (16:48 -0500)
commit359b38924a79d43588a6a7097a154cb3d2fde62d
tree1593cc8f04b713d6424debbbf287519a9a8a58f4
parentcf3eea2d358763b2408149b620a1b61dabdb228d
Initial implementation of a working ICalendarFeedView based on the Django syndication framework and Penfield FeedView.
contrib/julian/admin.py
contrib/julian/feedgenerator.py [new file with mode: 0644]
contrib/julian/migrations/0002_auto__add_field_event_created__add_field_event_last_modified__add_fiel.py [new file with mode: 0644]
contrib/julian/migrations/0003_auto__add_icalendarfeedview.py [new file with mode: 0644]
contrib/julian/migrations/0004_auto__chg_field_event_location_content_type__chg_field_event_location_.py [new file with mode: 0644]
contrib/julian/models.py