Changes between Initial Version and Version 2 of Ticket #6547


Ignore:
Timestamp:
Feb 4, 2008, 9:12:50 AM (16 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6547

    • Property Triage Stage UnreviewedAccepted
  • Ticket #6547 – Description

    initial v2  
    11There 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.
    22
    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].
Back to Top