Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/geometries.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs attr...Sergey Fedoseev2015-10-221-1/+3
* Fixed E265 comment styleCollin Anderson2015-02-061-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-13/+7
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-5/+5
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-10/+10
* Fixed #13843 -- Prevented AttributeError during geometry ...Claude Paroz2014-09-121-1/+1
* Fixed #22714 -- Made contrib.gis use six-provided memoryv...Claude Paroz2014-05-281-5/+3
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Removed unused imports.Tim Graham2014-03-291-1/+0
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-22/+0
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+8
* Continue to attack E302 violationsAlex Gaynor2013-11-021-1/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-271-14/+14
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Remove some unnecesary uses of boolAlex Gaynor2013-10-171-1/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-9/+20
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-2/+2
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-5/+5
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-2/+2
* [gis] Dropped official support for GDAL < 1.6Claude Paroz2013-07-061-8/+0
* Fixed typos in docs and commentsTim Graham2013-01-291-1/+1
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-11/+6
* [py3] Added buffer/memoryview compatibilityClaude Paroz2012-09-231-3/+5
* [py3] Minor fix in django.contrib.gis.Aymeric Augustin2012-08-071-3/+2
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-4/+4
* [py3] Removed longs.Aymeric Augustin2012-07-221-3/+5
* Dropped support for GDAL < 1.5Claude Paroz2012-07-151-15/+5
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-8/+8
* Fixed #13256 -- `OGRGeometry` no longer raises an excepti...Justin Bronn2010-04-011-2/+5
* Added another GDAL bug workaround for retrieving the corr...Justin Bronn2010-03-291-0/+8
* Fixed #12312 -- Set the coordinate dimension on each comp...Justin Bronn2010-03-291-5/+17
* `OGRGeometry` objects may now be pickled.Justin Bronn2010-01-271-4/+20
* Applied DRY and centralized geometry input regular expres...Justin Bronn2010-01-271-8/+18
* `OGRGeomType` now recognizes 2.5D types, and removes need...Justin Bronn2009-11-151-7/+8
* Fixed #12101 -- `OGRGeometry` does not need to create a c...Justin Bronn2009-11-031-2/+6
* The `OGRGeometry.coord_dim` property may now be set; impl...Justin Bronn2009-10-171-16/+37
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-081-77/+97
* Fixed #9566 -- made GeoJSON regex more robust.Justin Bronn2008-11-111-1/+1
* Fixed #9361 -- thanks to Guillaume for the bug report and...Justin Bronn2008-10-211-3/+2
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+643