index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
sitemaps
/
kml.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-03-22
Removed GeoRSSSitemap
Claude Paroz
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2010-10-11
Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]
Luke Plant
2008-08-23
Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;...
Justin Bronn