summaryrefslogtreecommitdiff
path: root/django/contrib/gis/forms/fields.py
AgeCommit message (Expand)Author
2026-02-06Fixed #36246 -- Caught GDALException in BaseGeometryWidget.deserialize.JaeHyuck Sa
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-28Made small readability improvements.Martin Thoma
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2018-11-23Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz
2018-04-02Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-03Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-06-28Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ...Ramiro Morales
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-03-15Fixed #16110 -- Fixed GeometryField odd behaviour regarding null valuesClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2012-06-19Fixed #15271 -- Defined a to_python method for GeometryFieldClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2009-04-30Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno...Brian Rosner
2009-04-25Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2008-08-26Fixed the `GeometryField` form to catch more than just GEOS exceptions.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn