index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
admin
Age
Commit message (
Expand
)
Author
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-03-21
Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.
Tim Graham
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-09-03
Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.
Daniel Hahler
2016-08-08
Fixed #27024 -- Prevented logging error with empty string as geometry widget ...
Claude Paroz
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-03-11
Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.
Sergey Fedoseev
2015-12-29
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...
Tim Graham
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-10-03
Upgraded OpenLayers version from 2.13 to 2.13.1
Claude Paroz
2015-08-03
Made the @register decorator importable from contrib.gis.admin.
aroche
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-05-15
Added contrib.gis.admin.__all__
Tim Graham
2015-04-24
Delayed GDAL check for OSMGeoAdmin
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-09-12
Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...
Flavio Curella
2014-03-29
Dropped support for GDAL 1.6
Claude Paroz
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-12
Updated OpenLayers version from 2.11 to 2.13
Claude Paroz
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-03-09
Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidget
Claude Paroz
2013-03-09
Fixed #16594 -- Added wkt 3D support for GEOS geometries
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-10-17
Reported OpenLayersWidget exceptions through logging
Claude Paroz
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-06
Fixed #17328 -- Added OpenLayersWidget _has_changed method
Claude Paroz
2012-05-25
Fixed #14886 -- Added wms_options dict to GeoModelAdmin.
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-17
Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...
Claude Paroz
2011-09-17
OpenLayers has had built-in OSM support since 2.10, no need for extra JS.
Justin Bronn
2011-09-17
Updated the geographic admin to use OpenLayers 2.11.
Justin Bronn
2011-09-10
Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...
Justin Bronn
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-03-16
Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...
Justin Bronn
[next]