django1/django/contrib/gis/db/models
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
..
sql Refs #26112 -- Fixed aggregate GIS test on Oracle. 2016-02-09 10:04:54 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
aggregates.py Fixed #24887 -- Removed one-arg limit from models.aggregate 2015-06-27 11:44:33 -04:00
fields.py Fixed #25673 -- Made `GeometryField.from_db_value` set SRID 2015-11-06 20:45:31 +01:00
functions.py Fixed #26112 -- Error when computing aggregate of GIS areas. 2016-01-22 19:38:34 +01:00
lookups.py Fixed #25499 -- Added the ability to pass an expression in distance lookups 2015-10-09 15:27:47 +02:00
manager.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
proxy.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
query.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00