Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/sitemaps
Commit message (Expand)AuthorAgeFilesLines
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-221-4/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-4/+4
* Used features in GIS sitemap view conditionalsClaude Paroz2015-01-171-4/+4
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+1
* Removed GeoRSSSitemapClaude Paroz2014-03-224-127/+5
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-242-4/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-222-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-172-2/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-172-3/+4
* Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz2013-12-071-0/+6
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+2
* Continue to attack E302 violationsAlex Gaynor2013-11-023-0/+5
* Fixed all the E203 violationsAlex Gaynor2013-10-272-3/+3
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-3/+6
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-1/+1
* Whitespace cleanup.Tim Graham2013-10-103-5/+3
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-4/+5
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-1/+1
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-3/+5
* Fixed #17458 -- Marked Http404 error messages for transla...Jannis Leidel2012-02-041-3/+4
* Converted some of the built-in views to use content_type ...Adrian Holovaty2011-12-171-2/+2
* Fixed #15707 -- Made the GIS feed compatible to the class...Jannis Leidel2011-07-131-6/+6
* Fixed #14433 - replaced a thread-unsafe solution to #1023...Luke Plant2010-10-113-6/+7
* Fixed #14386, #8960, #10235, #10909, #10608, #13845, #143...Luke Plant2010-10-041-2/+2
* Fixed a geographic sitemaps regression introduced in r13876.Justin Bronn2010-09-271-1/+1
* Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel2010-09-261-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-11/+13
* Fixed `GeoRSSSitemap` to no longer use both `args` and `k...Justin Bronn2008-09-021-3/+3
* Fixes for Geo sitemap errata.Justin Bronn2008-08-262-5/+11
* Fixed KML sitemaps, and added support for generating KMZ ...Justin Bronn2008-08-234-0/+222