Changes between Initial Version and Version 2 of Ticket #6547
- Timestamp:
- Feb 4, 2008, 9:12:50 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6547
- Property Triage Stage Unreviewed → Accepted
-
Ticket #6547 – Description
initial v2 1 1 There should be a `django.contrib.gis.syndication` module, that will contain a subclass of `Feed`, that will include [http://www.georss.org/ GeoRSS] information for geographic models. 2 2 3 [http://groups.google.com/group/django-users/browse_thread/thread/dd1221e397e575c2 GeoRSS support for Django] was discussed earlier in django-users. The solution should be simple, and be familiar to those who have used Django's [http://www.djangoproject.com/documentation/syndication_feeds/ syndication feeds] -- in other words, keep the API consistent with what Django already has. 3 [http://groups.google.com/group/django-users/browse_thread/thread/dd1221e397e575c2 GeoRSS support for Django] was discussed earlier in django-users. The solution should be simple, and be familiar to those who have used Django's [http://www.djangoproject.com/documentation/syndication_feeds/ syndication feeds] -- in other words, keep the API consistent with what Django already has. ''See also'' [browser:django/trunk/django/utils/feedgenerator.py].