django1/django/contrib/gis
Mariusz Felisiak fe886a3b58 [2.2.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.
Thanks to Norbert Szetei for the report.
2020-03-04 09:34:39 +01:00
..
admin Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
db [2.2.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle. 2020-03-04 09:34:39 +01:00
forms Fixed #29978 -- Catched GDALException in GeometryField.to_python 2018-11-23 09:39:02 +01:00
gdal [2.2.x] Fixed E117 and F405 flake8 warnings. 2019-01-30 13:08:19 +01:00
geoip2 Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00
geos Fixed #29959 -- Cached GEOS version in WKBWriter class. 2018-11-16 14:45:21 -05:00
locale [2.2.x] Updated translations from Transifex 2019-06-29 16:15:53 +02:00
management/commands Removed parser.add_arguments() arguments that match the defaults. 2018-07-02 17:54:57 -04: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 [2.2.x] Bumped minimum ESLint version to 4.18.2. 2019-06-21 18:00:32 +02:00
templates/gis Fixed #28195 -- Added OSMWidget.default_zoom attribute. 2017-05-14 14:31:17 -04:00
utils [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 14:00:53 -05: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 Moved contrib.gis.geometry.regex to contrib.gis.geometry. 2017-09-12 09:51:02 -04:00
measure.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05: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 Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00