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
/
gdal
/
field.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-20
Fixed #33453 -- Dropped support for GDAL 2.1.
Mariusz Felisiak
2021-08-23
Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2015-06-20
Added GDAL 2.0 support
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2012-10-08
Use smarter string decoding in GeoDjango
Claude Paroz
2012-10-07
Fixed #18640 -- Allowed access to GDAL Feature without Datasource
Claude Paroz
2011-10-31
Fixed an obsolete comment.
Aymeric Augustin
2011-03-30
Fixed integer overflows that occurred when `OFTReal` fields were treated as `...
Justin Bronn
2009-03-07
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
Justin Bronn
2009-01-07
Return None for null date/time fields in OGR-supported data sources. Thanks ...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn