Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal
Commit message (Expand)AuthorAgeFilesLines
...
* 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-154-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 comprehensi...Simon Charette2013-08-301-5/+5
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-293-3/+3
* Fixed a number of lint warnings, particularly around unus...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 tes...Carl Meyer2013-05-117-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-082-4/+2
* Fixed #18640 -- Allowed access to GDAL Feature without Da...Claude Paroz2012-10-074-20/+36
* Need to catch `ImproperlyConfigured` to be freed from the...Justin Bronn2012-10-051-2/+3
* Fixed #17959 -- Silenced output during GIS testsClaude Paroz2012-10-043-12/+24
* Removed unused and undocumented gdal_release_date functionClaude Paroz2012-10-042-14/+1
* Enlarged exception catching when testing for GDAL presenceClaude Paroz2012-09-241-1/+1
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-2312-40/+48
* [py3] Added buffer/memoryview compatibilityClaude Paroz2012-09-231-3/+5
* Fixed #18795 -- Fixed failing GeoDjango testsClaude Paroz2012-09-132-3/+9
* [py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen2012-08-151-1/+2
* [py3] Minor fix in django.contrib.gis.Aymeric Augustin2012-08-071-3/+2
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-225-0/+5
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-222-2/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-226-24/+32
* [py3] Removed longs.Aymeric Augustin2012-07-225-33/+41
* Dropped support for GDAL < 1.5Claude Paroz2012-07-155-40/+13
* Added support for gdal 1.9.danger2012-06-191-10/+11
* Fixed GIS testsuite.Florian Apolloner2012-06-171-12/+0
* Skip GeometryFieldTest if there's no spacial database.Julien Phalip2012-06-161-6/+18
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+1
* Replaced types.NoneType occurrencesClaude Paroz2012-05-231-2/+2
* Added more relative imports in contrib.gis.Claude Paroz2012-05-181-1/+3
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-304-24/+24
* Fixed an obsolete comment.Aymeric Augustin2011-10-311-1/+1
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-2/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-1310-30/+27
* Fixed #16007 -- Give POSIX platforms the same courtesy as...Justin Bronn2011-07-041-1/+1
* Fixed integer overflows that occurred when `OFTReal` fiel...Justin Bronn2011-03-302-6/+25
* Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and...Justin Bronn2011-03-161-2/+2
* Fixed #15609 -- Fixed some 'raise' statements to use the ...Adrian Holovaty2011-03-151-1/+1
* Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn2011-03-142-13/+10
* Updated test assertions that have been deprecated by the ...Russell Keith-Magee2011-03-031-2/+2
* Fixed regression introduced in r13755 that prevented the ...Justin Bronn2010-11-012-74/+61
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM ...Russell Keith-Magee2010-10-114-46/+49
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1