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