Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/geometry
Commit message (Expand)AuthorAgeFilesLines
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-100/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Replaced caching of a property with @cached_property.Aymeric Augustin2014-11-191-11/+6
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+2
* Fixed #15529 -- More permissive geojson syntax in constru...Claude Paroz2013-10-311-1/+1
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-2/+2
* Deprecated django.utils.importlibClaude Paroz2013-07-291-2/+3
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Un-gzipped test geometries fixture as plain jsonClaude Paroz2012-10-061-3/+2
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-2/+2
* Fixed #16864 -- WKT regex now allows negative SRIDs. Tha...Justin Bronn2011-09-161-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-3/+2
* Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn2010-11-061-2/+7
* Fixed regression introduced in r13755 that prevented the ...Justin Bronn2010-11-011-0/+100
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1
* Applied DRY and centralized geometry input regular expres...Justin Bronn2010-01-271-0/+12
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-223-0/+24