django1/django/contrib/gis
Sergey Fedoseev 24023c6a8f Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input. 2017-04-01 15:35:30 -04:00
..
admin Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg. 2017-03-21 10:15:34 -04:00
db Fixed #12410 -- Added LineLocatePoint GIS function. 2017-04-01 15:02:09 -04:00
forms Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably. 2017-03-30 09:38:26 -04:00
gdal Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input. 2017-04-01 15:35:30 -04:00
geoip2 Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
geometry Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
geos Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input. 2017-04-01 15:35:30 -04:00
locale Updated translation catalogs 2017-01-19 17:09:37 +01:00
management Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
serializers Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sitemaps Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
static/gis Refs #25004 -- Replaced PNGs with SVGs 2017-01-02 19:45:58 +01:00
templates/gis Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3 2017-01-02 19:45:52 +01:00
utils Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
feeds.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05: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 Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
shortcuts.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
views.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00