summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/models/proxy.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-02Refs #32956 -- Corrected usage of "insure" and "assure".David Smith
2019-07-25Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...Jon Dufresne
2018-01-02Removed DeferredAttribute.__init__()'s unused model argument.Mariusz Felisiak
2017-11-07Refs #28518 -- Improved performance of assigning values to GeometryFields.Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2014-05-28Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-06Improved error message while setting GeometryProxyÉtienne Loks
2012-09-23[py3] Added buffer/memoryview compatibilityClaude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2010-02-24Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed fro...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn