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
/
forms
Age
Commit message (
Expand
)
Author
2026-04-28
Fixed #36990 -- Bumped OpenLayers to 10.9.0.
VIZZARD-X
2026-02-06
Fixed #36246 -- Caught GDALException in BaseGeometryWidget.deserialize.
JaeHyuck Sa
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-12
Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.
Claude Paroz
2023-09-18
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per...
Mariusz Felisiak
2022-12-29
Upgraded OpenLayers to v.7.2.2.
Claude Paroz
2022-08-12
Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-28
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-10-28
Made small readability improvements.
Martin Thoma
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2018-11-23
Fixed #29978 -- Catched GDALException in GeometryField.to_python
Claude Paroz
2018-05-10
Upgraded OpenLayers to 4.6.5 for OpenLayersWidget
Claude Paroz
2018-04-02
Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...
Claude Paroz
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-05-14
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
Danilo Bargen
2017-04-30
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...
Dylan Verheul
2017-04-20
Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().
Tim Graham
2017-03-30
Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.
Sergey Fedoseev
2017-03-21
Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.
Tim Graham
2017-03-17
Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-02
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
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-05-02
Fixed #26569 -- Updated OSM Mapnik constructor
bgaechter
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-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-03-29
Dropped support for GDAL 1.6
Claude Paroz
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidget
Jakub Gocławski
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed #21496 -- Fixed crash when GeometryField uses TextInput
Claude Paroz
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
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-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
[next]