django1/django/contrib/gis
Sergey Fedoseev 6d5bb6ae9e Refs -- Optimized LineString.__init__() by avoiding superfluous index and dimension checks. 2017-04-13 11:30:26 +05:00
..
admin Refs -- Changed contrib widget's get_context() attrs kwarg to an arg. 2017-03-21 10:15:34 -04:00
db Fixed -- Fixed QuerySet.update() crash when updating a geometry to another one. 2017-04-10 13:26:26 -04:00
forms Fixed -- Made GEOSGeometry handle the srid parameter more predictably. 2017-03-30 09:38:26 -04:00
gdal Fixed -- Made GEOSGeometry read SRID from GeoJSON input. 2017-04-01 15:35:30 -04:00
geoip2 Refs -- 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 Refs -- Optimized LineString.__init__() by avoiding superfluous index and dimension checks. 2017-04-13 11:30:26 +05:00
locale Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
management Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
serializers Refs -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sitemaps Refs -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
static/gis Refs -- Replaced PNGs with SVGs 2017-01-02 19:45:58 +01:00
templates/gis Fixed -- Updated OpenLayers-based widget to OpenLayers 3 2017-01-02 19:45:52 +01:00
utils Refs -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
__init__.py Fixed -- 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 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
measure.py Refs -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
ptr.py Refs -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
shortcuts.py Refs -- 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