summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin
AgeCommit message (Expand)Author
2016-03-11Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.Sergey Fedoseev
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-10-03Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz
2015-08-03Made the @register decorator importable from contrib.gis.admin.aroche
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-05-15Added contrib.gis.admin.__all__Tim Graham
2015-04-24Delayed GDAL check for OSMGeoAdminClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-12Updated OpenLayers version from 2.11 to 2.13Claude Paroz
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-06-19Removed several unused imports.Aymeric Augustin
2013-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
2013-03-09Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-06Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz
2012-05-25Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz
2011-09-17OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn
2011-09-17Updated the geographic admin to use OpenLayers 2.11.Justin Bronn
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn
2010-11-02Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn
2010-10-24Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...Justin Bronn
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn
2009-06-29Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMa...Justin Bronn
2009-04-26Fixed #10872 -- Geographic admin now supports new `list_editable` option. Th...Justin Bronn
2009-04-26Fixed #9299 -- Made default zoom level for points in the admin more sensible....Justin Bronn
2009-04-24Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.Justin Bronn
2009-03-30Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr
2009-01-16Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...Justin Bronn
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn