django1/django/contrib/gis/db/backends/base
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
..
__init__.py
adapter.py Simplified various __eq__() methods. 2017-09-28 09:18:37 -04:00
features.py Fixed #29955 -- Added support for distance expression to the dwithin lookup. 2019-08-23 21:28:28 +02:00
models.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
operations.py Fixed #28738 -- Added the GeometryDistance function. 2019-03-20 12:54:42 -04:00