django1/django/contrib/gis
Mariusz Felisiak 266c853e10
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
Thanks dbxnr for the initial patch.

Regression in 6f44f714c9.
2020-01-16 14:34:54 +01:00
..
admin Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
db Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation. 2019-11-25 12:30:33 +01:00
forms Fixed #29978 -- Catched GDALException in GeometryField.to_python 2018-11-23 09:39:02 +01:00
gdal Fixed #31162 -- Prevented error logs when using WKT strings in lookups. 2020-01-16 14:34:54 +01:00
geoip2 Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path. 2019-08-13 19:44:10 +02:00
geos Fixed #29770 -- Added LinearRing.is_counterclockwise property. 2019-10-25 14:28:26 +02:00
locale Updated contrib translations from Transifex. 2019-12-02 11:25:23 +01:00
management/commands Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description. 2019-01-23 13:18:03 -05:00
serializers Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
sitemaps Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
static/gis Fixed #31028 -- Used classList API to check, add and remove DOM classes. 2019-11-28 15:21:37 +01:00
templates/gis Refs #30585 -- Updated project templates and tests to use (block)translate tags. 2019-12-18 13:15:38 +01:00
utils Fixed #30987 -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). 2017-11-14 10:52:52 -05:00
feeds.py Normalized spelling of "lowercase" and "lowercased". 2018-09-25 10:30:18 -04:00
geometry.py Fixed #30899 -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
measure.py Fixed #30341 -- Added support for the furlong unit in Distance. 2019-04-19 08:54:23 +02:00
ptr.py Fixed #29543 -- Fixed CPointerBase.__del__() ImportError crash. 2018-07-06 11:26:14 -04:00
shortcuts.py Removed unused django.contrib.gis.shortcuts.render_to_text() 2017-06-03 13:15:26 -04:00
views.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00