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