django1/django/contrib/gis/db/models
Claude Paroz 00cb9e13b4 Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields. 2015-12-30 18:07:02 -05:00
..
sql Refs #14030 -- Removed backwards compatiblity for old-style aggregates. 2015-09-23 19:31:10 -04: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 #15165 -- Prevented wrong results with perimeter on geodetic fields. 2015-12-30 18:07:02 -05: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