Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/forms
Commit message (Expand)AuthorAgeFilesLines
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-2/+2
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+3
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-1/+1
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-1/+1
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-3/+3
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed #21606 -- Fixed default_lat and default_lon overrid...Jakub Gocławski2013-12-141-9/+7
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed #21496 -- Fixed crash when GeometryField uses TextI...Claude Paroz2013-11-281-11/+14
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-4/+4
* Fixed all the E203 violationsAlex Gaynor2013-10-271-4/+4
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Updated OpenLayers version from 2.11 to 2.13Claude Paroz2013-10-121-2/+2
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-2/+1
* Fixed #21003 -- Ensured geometry widget return value has ...Claude Paroz2013-09-032-12/+15
* Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz2013-09-031-2/+7
* Fixed syntax error in OSMWidgetClaude Paroz2013-09-031-1/+1
* Fixed #20998 -- Allow custom (de)serialization for GIS wi...Claude Paroz2013-09-021-16/+19
* Made GeoDjango GeometryField stop accepting a 'null' keyw...Ramiro Morales2013-06-291-6/+0
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-3/+3
* Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz2013-05-173-3/+149
* Fixed #16110 -- Fixed GeometryField odd behaviour regardi...Claude Paroz2013-03-151-11/+12
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-1/+25
* Fixed #15271 -- Defined a to_python method for GeometryFieldClaude Paroz2012-06-191-6/+12
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-4/+6
* Added a missing ASCII 32 in a GIS form field error messag...Brian Rosner2009-04-301-1/+1
* Fixed #10660 -- `GeometryField` no longer requires `srid`...Justin Bronn2009-04-252-13/+32
* Refactored and cleaned up parts of the spatial database b...Justin Bronn2009-03-301-0/+1
* Fixed the `GeometryField` form to catch more than just GE...Justin Bronn2008-08-261-9/+20
* Merged the gis branch into trunk.Justin Bronn2008-08-052-0/+38