django1/django/contrib/gis/tests/geoapp
Justin Bronn 72c39410c8 Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet` method; added `GeoQuerySet.geohash` support for producing GeoHash reprsentations.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-29 02:46:07 +00:00
..
fixtures Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
feeds.py Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format. 2008-08-23 19:22:23 +00:00
models.py Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416. 2010-01-29 02:20:58 +00:00
sitemaps.py Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format. 2008-08-23 19:22:23 +00:00
test_feeds.py Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes. 2008-08-16 20:40:47 +00:00
test_regress.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
test_sitemaps.py Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format. 2008-08-23 19:22:23 +00:00
tests.py Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet` method; added `GeoQuerySet.geohash` support for producing GeoHash reprsentations. 2010-01-29 02:46:07 +00:00
urls.py Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format. 2008-08-23 19:22:23 +00:00