summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin/options.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-171-159/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-59/+69
* Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos2021-09-171-0/+36
* 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 #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-1/+1
* Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler2016-09-031-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
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-1/+1
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-241-10/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-9/+3
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-261-33/+33
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+4
* 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
* Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz2013-03-091-0/+1
* Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz2013-03-091-2/+3
* Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz2012-05-251-0/+8
* Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz2012-03-171-1/+1
* OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn2011-09-171-1/+0
* Updated the geographic admin to use OpenLayers 2.11.Justin Bronn2011-09-171-1/+1
* Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn2011-09-101-3/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+0
* Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn2011-03-161-1/+8
* Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn2010-11-021-2/+2
* Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...Justin Bronn2010-10-241-1/+1
* Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn2010-04-161-7/+1
* Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMa...Justin Bronn2009-06-291-1/+1
* Fixed #9299 -- Made default zoom level for points in the admin more sensible....Justin Bronn2009-04-261-0/+3
* Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.Justin Bronn2009-04-241-8/+8
* Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...Justin Bronn2009-01-161-0/+1
* Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn2009-01-131-4/+2
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+128