django1/django/contrib/gis
Mads Jensen b616908ce1 Used Statement in PostGISSchemaEditor._create_index_sql(). 2019-09-11 07:51:31 +02:00
..
admin Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
db Used Statement in PostGISSchemaEditor._create_index_sql(). 2019-09-11 07:51:31 +02:00
forms Fixed -- Catched GDALException in GeometryField.to_python 2018-11-23 09:39:02 +01:00
gdal Corrected several typos in string literals and test names. 2019-08-07 11:23:14 +02:00
geoip2 Fixed -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path. 2019-08-13 19:44:10 +02:00
geos Fixed -- Fixed loss of SRID when calling reverse() on LineString/Point. 2019-07-27 20:12:46 +02:00
locale Updated translation catalogs 2019-09-08 17:35:32 +02:00
management/commands Refs -- Changed second arg of DatabaseIntrospection.get_geometry_type() to the row description. 2019-01-23 13:18:03 -05:00
serializers Refs -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
sitemaps Refs -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
static/gis Bumped minimum ESLint version to 4.18.2. 2019-06-21 17:57:35 +02:00
templates/gis Fixed -- Added OSMWidget.default_zoom attribute. 2017-05-14 14:31:17 -04:00
utils Fixed -- Added models.SmallAutoField. 2019-08-02 11:39:01 +02:00
__init__.py Fixed -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Fixed -- 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 Fixed -- Added support for the furlong unit in Distance. 2019-04-19 08:54:23 +02:00
ptr.py Fixed -- 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 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00