Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/srs.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed E265 comment styleCollin Anderson2015-02-061-8/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+0
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-231-5/+8
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #13843 -- Prevented AttributeError during geometry ...Claude Paroz2014-09-121-1/+1
* Prevented Attribute error in GDAL objects deletionClaude Paroz2014-09-121-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-6/+12
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Use smarter string decoding in GeoDjangoClaude Paroz2012-10-081-3/+2
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-9/+14
* [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-2/+2
* [py3] Removed longs.Aymeric Augustin2012-07-221-12/+14
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-12/+12
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-3/+2
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-081-91/+68
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+360