Tim Graham
|
07a9771b36
|
Removed unused django.contrib.gis.shortcuts.render_to_text()
Unused since its introduction in 79e68c225b .
|
2017-06-03 13:15:26 -04:00 |
Anton Samarchyan
|
5411821e3b
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
Ville Skyttä
|
a2fb2b3a1f
|
Fixed #27020 -- Used a context manager to close files.
|
2016-08-04 19:45:14 -04:00 |
Tim Graham
|
df8d8d4292
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
Daniel Wiesmann
|
32ed4c202f
|
Moved numpy import helper to shortcuts
Numpy will be used in both the geos and gdal modules,
so the import should sit in the parent module gis.
|
2015-02-09 15:51:19 +01:00 |
Alex Gaynor
|
19256f300e
|
Continue to attack E302 violations
|
2013-11-02 10:18:46 -07: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 |
Claude Paroz
|
d7dfab59ea
|
Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
|
2012-05-05 21:41:44 +02:00 |
Adrian Holovaty
|
8767439af4
|
Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-12-17 03:53:25 +00:00 |
Jannis Leidel
|
24f4764a48
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-07-13 09:35:51 +00:00 |
Justin Bronn
|
1aef132090
|
Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-09-12 18:35:08 +00:00 |
Justin Bronn
|
bde736cc5a
|
Fixed a Python 2.4 incompatibility in `compress_kml`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-08 14:50:06 +00:00 |
Justin Bronn
|
8370e7ca87
|
Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika for the bug report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-06 00:38:48 +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 |
Justin Bronn
|
79e68c225b
|
Merged the gis branch into trunk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-05 18:13:06 +00:00 |