index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
geometry
Age
Commit message (
Expand
)
Author
2017-09-12
Moved contrib.gis.geometry.regex to contrib.gis.geometry.
Tim Graham
2017-09-12
Removed django.contrib.gis.geometry.backend.
Tim Graham
2017-09-11
Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...
Sergey Fedoseev
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-19
Replaced caching of a property with @cached_property.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-31
Fixed #15529 -- More permissive geojson syntax in constructor
Claude Paroz
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-06
Un-gzipped test geometries fixture as plain json
Claude Paroz
2012-09-23
[py3] Fixed GEOS/GDAL tests
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2011-09-16
Fixed #16864 -- WKT regex now allows negative SRIDs. Thanks, Marcel Dancak f...
Justin Bronn
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-11-06
Fix for running GEOS/GDAL tests on Python 2.6 and below.
Justin Bronn
2010-11-01
Fixed regression introduced in r13755 that prevented the running of the GEOS/...
Justin Bronn
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-01-27
Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee