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
/
geos
/
prototypes
/
misc.py
Age
Commit message (
Expand
)
Author
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
2017-09-08
Simplified GEOSFuncFactory.
Sergey Fedoseev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2013-12-24
Dropped support for GEOS < 3.1
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2010-11-04
Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.
Justin Bronn
2010-01-12
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn