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
/
shortcuts.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-06-03
Removed unused django.contrib.gis.shortcuts.render_to_text()
Tim Graham
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2016-08-04
Fixed #27020 -- Used a context manager to close files.
Ville Skyttä
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-02-09
Moved numpy import helper to shortcuts
Daniel Wiesmann
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2011-12-17
Converted some of the built-in views to use content_type instead of mimetype ...
Adrian Holovaty
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2009-09-12
Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data.
Justin Bronn
2008-12-08
Fixed a Python 2.4 incompatibility in `compress_kml`.
Justin Bronn
2008-12-06
Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika f...
Justin Bronn
2008-08-23
Fixed KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps;...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn