summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin
Commit message (Expand)AuthorAgeFilesLines
* Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...Mariusz Felisiak2023-01-172-138/+0
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-172-162/+1
* Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak2022-04-222-1/+12
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-95/+130
* Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos2021-09-172-2/+42
* Refs #16117 -- Made @action and @display decorators importable from django.co...Nick Pope2021-02-221-2/+2
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-34/+35
* Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe2017-07-201-4/+2
* Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.Tim Graham2017-03-211-1/+1
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-042-4/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-272-4/+3
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-031-1/+1
* Fixed #27024 -- Prevented logging error with empty string as geometry widget ...Claude Paroz2016-08-081-1/+1
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-8/+1
* Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.Sergey Fedoseev2016-03-111-5/+6
* Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham2015-12-291-3/+2
* Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä2015-12-261-6/+3
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-1/+1
* Made the @register decorator importable from contrib.gis.admin.aroche2015-08-031-4/+4
* Sorted imports in __init__.py files.Tim Graham2015-06-271-4/+2
* Added contrib.gis.admin.__all__Tim Graham2015-05-151-3/+9
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-242-24/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+4
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-4/+4
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-2/+2
* Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella2014-09-121-0/+3
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-9/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-4/+13
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-262-34/+34
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-171-2/+2
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-3/+6
* Updated OpenLayers version from 2.11 to 2.13Claude Paroz2013-10-121-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor2013-08-041-1/+1
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz2013-03-092-1/+3
* Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz2013-03-091-2/+3
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-23/+1
* Reported OpenLayersWidget exceptions through loggingClaude Paroz2012-10-171-2/+14
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz2012-06-061-1/+23
* Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz2012-05-251-0/+8
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz2012-04-081-2/+1
* Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz2012-03-171-1/+1