django1/django/contrib/gis
Thomas Stephenson 035b0fa60d Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
2015-07-14 09:13:22 -04:00
..
admin Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
db Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
forms Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
gdal Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00
geoip Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
geometry Moved contrib.gis tests out of contrib. 2015-02-11 10:29:54 -05:00
geos Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
locale Updated translations from Transifex 2015-04-30 14:29:08 +02:00
management Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00
maps Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
serializers Fixed #24716 -- Deprecated Field._get_val_from_obj() 2015-07-14 09:13:22 -04:00
sitemaps Deprecated legacy GeoManager/GeoQuerySet methods 2015-04-22 19:54:17 +02:00
static/gis/js Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint) 2015-06-27 16:36:26 -04:00
templates/gis Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint) 2015-06-27 16:36:26 -04:00
utils Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
feeds.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
measure.py Removed django.utils.functional.total_ordering() 2015-06-15 13:15:24 -04:00
shortcuts.py Moved numpy import helper to shortcuts 2015-02-09 15:51:19 +01:00
views.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00