django1/django/contrib/gis
Shai Berger bb51dc902d Refs #26112 -- Fixed aggregate GIS test on Oracle.
Made sure the test doesn't try to aggregate over MultiPolygonField and made
AreaField turn decimals into floats on the way from the DB.

Thanks Daniel Wiesmann, Jani Tiainen, and Tim Graham for review and discussion.
2016-02-09 10:04:54 -05:00
..
admin Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument. 2015-12-29 12:49:14 -05:00
db Refs #26112 -- Fixed aggregate GIS test on Oracle. 2016-02-09 10:04:54 -05:00
forms Passed logging message parameters as arguments instead of interpolating them. 2015-12-26 18:35:42 -05:00
gdal Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
geoip Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2. 2015-08-31 16:12:40 -04:00
geoip2 Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2. 2015-08-31 16:12:40 -04:00
geometry Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
geos Reverted #25961 -- Removed handling of thread-non-safe GEOS functions. 2016-01-07 18:54:41 -05:00
locale Updated translations from Transifex 2015-12-31 15:53:02 +01:00
management Removed deprecated GeoManager from inspectdb/ogrinspect output. 2015-08-10 10:29:36 -04:00
maps Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 09:14:32 -05:00
serializers Fixed #26138 -- Ensured geometry_field's geometry is always serialized 2016-01-28 08:50:38 +01:00
sitemaps Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
static/gis/js Fixed JavaScript "no-eval" violation. 2015-07-22 17:09:53 -04:00
templates/gis Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript. 2016-01-28 17:46:55 -05:00
utils Fixed #14286 -- Added models.BigAutoField. 2015-12-25 20:01:31 -05:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
feeds.py Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
measure.py Removed django.utils.functional.total_ordering() 2015-06-15 13:15:24 -04:00
shortcuts.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
views.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00