Alex Gaynor
|
19256f300e
|
Continue to attack E302 violations
|
2013-11-02 10:18:46 -07:00 |
Alasdair Nicol
|
eb214452c3
|
Fixed #21270 -- Fixed E701 pep8 warnings
|
2013-10-17 12:12:40 +01:00 |
Tim Graham
|
1dae4ac177
|
Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
2013-10-10 16:49:20 -04:00 |
Jannis Leidel
|
12b7c2a702
|
Fixed #15707 -- Made the GIS feed compatible to the class based feeds and introduced a little helper view that works like the previous feed view in the syndication app which was removed in r15976.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-07-13 09:36:07 +00:00 |
Luke Plant
|
e0ec458360
|
Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]
This patch also addresses sitemap code found in contrib/gis, which [13980]
did not.
Thanks to gabrielhurley for the initial patch.
Refs #10235, #14386
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-10-11 14:34:42 +00:00 |
Justin Bronn
|
326b26656a
|
Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlresolvers.reverse` (no longer allowed since r8760).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-02 17:13:39 +00:00 |
Justin Bronn
|
5485e0d97f
|
Fixes for Geo sitemap errata.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-26 00:46:30 +00:00 |
Justin Bronn
|
712bb0dde7
|
Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 19:22:23 +00:00 |