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
/
prototypes
/
errcheck.py
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
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-02
Added cpl error codes to errcheck functions
Daniel Wiesmann
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Remove some unnecesary uses of bool
Alex Gaynor
2013-10-17
Removed some dead code and simplified some other ocde
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2012-10-08
Use smarter string decoding in GeoDjango
Claude Paroz
2012-09-23
[py3] Fixed GEOS/GDAL tests
Claude Paroz
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2009-12-27
Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set...
Justin Bronn
2009-01-03
Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn