django1/django/contrib/gis/db/models
Simon Charette bb9e82f274 Fixed #29955 -- Added support for distance expression to the dwithin lookup.
This was missed when adding support to other distance lookups in
refs #25499.

Thanks Peter Bex for the report and Mariusz for testcases.
2019-08-23 21:28:28 +02: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 Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 2018-08-23 11:52:09 -04:00
fields.py Refs #25367 -- Moved select_format hook to BaseExpression. 2019-08-13 06:48:14 +02:00
functions.py Fixed #28738 -- Added the GeometryDistance function. 2019-03-20 12:54:42 -04:00
lookups.py Fixed #29955 -- Added support for distance expression to the dwithin lookup. 2019-08-23 21:28:28 +02:00
proxy.py Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance instead of a field name. 2019-07-25 07:24:52 +02:00