summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin
AgeCommit message (Collapse)Author
2023-01-17Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per ↵Mariusz Felisiak
deprecation timeline.
2023-01-17Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak
2022-04-22Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.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>
2021-02-22Refs #16117 -- Made @action and @display decorators importable from ↵Nick Pope
django.contrib.gis.admin.
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-03-21Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.Tim Graham
Follow up to 075e93c16a82ba7869a0b2d572e99fdbd0724042.
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
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
Thanks Tim Graham and Simon Charette for the reviews.
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-08-08Fixed #27024 -- Prevented logging error with empty string as geometry widget ↵Claude Paroz
value Thanks Gavin Wahl for the report, and Tim Graham for the review.
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-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
Thanks Daniel Hahler for the initial patch.
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
dictionary and context_instance and superseded by context. Refactored tests that relied context_instance with more modern idioms.
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
Thanks Tim Graham for the review.
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable ↵Flavio Curella
attribute Thanks Tim Graham for the review.
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
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).
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
Refs #16612. Thanks Aymeric Augustin for the suggestion.
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
Thanks Will Hardy for the report and the patch.
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-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official ↵Claude Paroz
deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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