django1/django/contrib/gis/geos
Adam Taylor 039465a6a7 Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
..
prototypes Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
tests Fixed typos in code comments. 2015-01-20 12:18:03 -05:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Dropped support for GEOS < 3.1 2013-12-24 15:57:13 +01:00
base.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
collections.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
coordseq.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
error.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
factory.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
geometry.py Fixed #24114 -- Improved error message in GEOSGeometry constructor 2015-01-10 18:53:55 +01:00
io.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
libgeos.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
linestring.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
mutable_list.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
point.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
polygon.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
prepared.py Fixed #13843 -- Prevented AttributeError during geometry objects deletion 2014-09-12 20:45:59 +02:00