summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/geometries.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham2019-02-081-9/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-16/+17
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-3/+3
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-3/+0
* Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev2017-11-231-2/+2
* Simplified various __eq__() methods.Mads Jensen2017-09-281-4/+1
* Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham2017-09-121-1/+1
* Improved messages in IndexErrors raised by GDAL objects.Nick Pope2017-09-041-3/+3
* Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope2017-09-031-21/+4
* Simplified index bounds checking in GDAL objects.Nick Pope2017-09-021-7/+7
* Fixed #25874 -- Made GEOSGeometry read SRID from GeoJSON input.Sergey Fedoseev2017-04-011-1/+20
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-71/+69
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-2/+2
* Refs #23919 -- Removed obsolete __ne__() methods.Aymeric Augustin2017-01-181-4/+0
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-5/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+5
* Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev2016-12-151-7/+1
* Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.Sergey Fedoseev2016-12-081-1/+13
* Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.Sergey Fedoseev2016-12-081-1/+9
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev2016-06-211-0/+5
* Fixed broken links in docs and comments.Ville Skyttä2016-06-151-2/+2
* Fixed #25657 -- Ignored exceptions when destroying geometry objectsClaude Paroz2015-12-081-1/+3
* Fixed #25876 -- Removed OGRGeometry.transform_to() backwards-compatibility me...Sergey Fedoseev2015-12-081-5/+1
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`.Sergey Fedoseev2015-10-211-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 imports to rangeMichael Hall2014-12-131-10/+10
* Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz2014-09-121-1/+1
* Fixed #22714 -- Made contrib.gis use six-provided memoryview typeClaude Paroz2014-05-281-5/+3
* Corrected many style guide violations that the newest version of flake8 catchesAlex 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-261-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-141-2/+2
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-5/+5
* Fixed a number of lint warnings, particularly around unused variables.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