summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0619-65/+67
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-239-7/+372
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-1817-85/+85
* Removed netCDF from GIS driver testing; refs #23804.Tim Graham2014-12-171-1/+1
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-135-27/+27
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-083-3/+3
* Added raster support for GDAL Driver classClaude Paroz2014-12-024-56/+89
* Added cpl error codes to errcheck functionsDaniel Wiesmann2014-12-024-19/+46
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-022-2/+59
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
* Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz2014-09-124-4/+4
* Prevented Attribute error in GDAL objects deletionClaude Paroz2014-09-121-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-055-46/+174
* Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz2014-07-211-3/+3
* Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz2014-05-281-5/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-304-4/+4
* Removed unused imports.Tim Graham2014-03-291-1/+0
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-22/+0
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-034-7/+7
* Fixed typo in test docstring.Rodolfo Carvalho2014-02-151-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed all E261 warningscoagulant2013-11-027-31/+31
* More attacking E302 violatorsAlex Gaynor2013-11-028-1/+43
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-7/+17
* Continue to attack E302 violationsAlex Gaynor2013-11-0210-1/+26
* Fixed #15529 -- More permissive geojson syntax in constructorClaude Paroz2013-10-311-0/+3
* Fixed all the E203 violationsAlex Gaynor2013-10-264-36/+36
* Start attacking E231 violationsAlex Gaynor2013-10-242-15/+15
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-232-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Remove some unnecesary uses of boolAlex Gaynor2013-10-173-3/+3
* Removed some dead code and simplified some other ocdeAlex Gaynor2013-10-172-10/+4
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-1715-46/+102
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-144-25/+27
* Fixed assorted flake8 errors.Tim Graham2013-10-113-3/+3
* Sanitized test assertions in gdal testsClaude Paroz2013-10-101-22/+23
* Whitespace cleanup.Tim Graham2013-10-107-49/+46
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-5/+5
* Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham2013-08-293-3/+3
* Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor2013-08-044-19/+16
* [gis] Dropped official support for GDAL < 1.6Claude Paroz2013-07-061-8/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-015-11/+14
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-107-105/+70
* Fixed typos in docs and commentsTim Graham2013-01-291-1/+1
* Use smarter string decoding in GeoDjangoClaude Paroz2012-10-0811-37/+56
* GDAL docstring tweaks.Justin Bronn2012-10-072-4/+2
* Fixed #18640 -- Allowed access to GDAL Feature without DatasourceClaude Paroz2012-10-074-20/+36
* Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...Justin Bronn2012-10-051-2/+3