summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin/options.py
AgeCommit message (Collapse)Author
2023-01-17Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
Thanks Mariusz Felisiak for auditing.
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
Thanks Carl Meyer and Tim Graham for contributing to the patch.
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
Thanks Tim Graham for the review.
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 ↵Tim Graham
request a positional argument.
2015-10-03Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz
Thanks Daniel Hahler for the initial patch.
2015-04-24Delayed GDAL check for OSMGeoAdminClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
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-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
Thanks Paul Winkler for the initial patch.
2013-03-09Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz
This requires GEOS >= 3.3.0 to function properly. On previous versions, the Z dimension will simply not appear in the wkt. Disabled OpenLayers editing for 3D geometries (unsupported).
2012-05-25Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz
It is now possible to set WMS options by overriding wms_options in a subclass of GeoModelAdmin. Thanks slinkp for the report and the initial patch.
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta ↵Claude Paroz
to OSGeo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-17OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-17Updated the geographic admin to use OpenLayers 2.11.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ↵Justin Bronn
jdiego, for the bug report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for ↵Jannis Leidel
the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of ↵Justin Bronn
deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-02Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-24Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or ↵Justin Bronn
`LANGUAGE_CODE`) is set. Thanks, Federico Hlawaczek, for workaround and piquadrat for patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from ↵Justin Bronn
working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-29Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as ↵Justin Bronn
OpenStreetMap does not support previous versions. Thanks, yourcelf for ticket and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-26Fixed #9299 -- Made default zoom level for points in the admin more ↵Justin Bronn
sensible. Thanks to oyvind for ticket and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-24Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-16Fixed geographic admin to be compatible with ↵Justin Bronn
`ModelAdmin.formfield_for_dbfield` changes in r9760. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ↵Justin Bronn
left langauges; simplified transformation process in `OpenLayersWidget` to fix Ubuntu 8.10/Apache 2.2.9 crash; updated OpenLayers version to 2.7. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-05Merged the gis branch into trunk.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37