index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2013-10-12
Updated OpenLayers version from 2.11 to 2.13
Claude Paroz
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-03
Fixed #21003 -- Ensured geometry widget return value has SRID
Claude Paroz
2013-09-03
Prevented rendering attrs to be squashed in OSMWidget
Claude Paroz
2013-09-03
Fixed syntax error in OSMWidget
Claude Paroz
2013-09-02
Fixed #20998 -- Allow custom (de)serialization for GIS widgets
Claude Paroz
2013-06-28
Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ...
Ramiro Morales
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-17
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Claude Paroz
2013-03-15
Fixed #16110 -- Fixed GeometryField odd behaviour regarding null values
Claude Paroz
2013-01-25
Moved has_changed logic from widget to form field
Claude Paroz
2012-06-19
Fixed #15271 -- Defined a to_python method for GeometryField
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2009-04-30
Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno...
Brian Rosner
2009-04-25
Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an...
Justin Bronn
2009-03-30
Refactored and cleaned up parts of the spatial database backend. Changes inc...
Justin Bronn
2008-08-26
Fixed the `GeometryField` form to catch more than just GEOS exceptions.
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn