django1/django/contrib/gis/db/models
Mariusz Felisiak c86e9b5847 Removed DeferredAttribute.__init__()'s unused model argument.
Unused since a8a81aae20.
2018-01-02 17:54:10 -05:00
..
sql Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than once. 2017-09-11 11:56:39 -04:00
__init__.py Made isvalid lookup use IsValid function to decrease code redundancy. 2017-03-29 08:56:58 -04:00
aggregates.py Refs #28518 -- Improved performance of loading geometries from DB. 2017-09-05 09:54:57 -04:00
fields.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
functions.py Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR. 2017-12-27 19:26:14 -05:00
lookups.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
proxy.py Removed DeferredAttribute.__init__()'s unused model argument. 2018-01-02 17:54:10 -05:00