django1/django/contrib/gis
Mariusz Felisiak e536fa5ce1
Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.
2020-05-14 06:33:00 +02:00
..
admin Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
db Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2. 2020-05-14 06:33:00 +02:00
forms Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
gdal Renamed PROJ.4 to PROJ. 2020-05-13 10:30:30 +02: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 Renamed PROJ.4 to PROJ. 2020-05-13 10:30:30 +02:00
locale Updated translations from Transifex. 2020-01-31 20:59:10 +01:00
management/commands Refs #18325 -- Removed unnecessary line endings in management commands. 2020-04-27 10:10:36 +02:00
serializers Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
sitemaps Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
static/gis Refs #31493 -- Changed IIFE to ES6 blocks. 2020-04-29 10:22:41 +02:00
templates/gis Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template. 2020-05-02 14:31:20 +02: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