Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/geos
Commit message (Expand)AuthorAgeFilesLines
* Fixed GIS test failures when GDAL is not installedHEADmasterClaude Paroz2015-11-071-3/+3
* Fixed #25661 -- Fixed checking number of points during li...Sergey Fedoseev2015-11-021-1/+1
* Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev2015-11-021-1/+1
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-014-34/+4
* Fixed #25583 -- Allowed calling `transform` with `CoordTr...Sergey Fedoseev2015-10-241-2/+6
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-211-1/+1
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-195-39/+8
* Fixed #25141 -- Diminished GDAL dependence during geojson...Claude Paroz2015-07-202-5/+17
* Sorted imports in __init__.py files.Tim Graham2015-06-272-26/+22
* Loaded real destructor functions before garbage timeClaude Paroz2015-06-261-0/+5
* Revert "Reverted lazy initialization of GIS destroy funct...Claude Paroz2015-06-251-9/+4
* Reverted lazy initialization of GIS destroy functionsClaude Paroz2015-06-251-4/+9
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24750 -- Updated two contrib.gis comment linksTim Graham2015-05-061-2/+1
* Rearranged imports in geos filesClaude Paroz2015-04-246-57/+58
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-243-35/+14
* Lazy loading of GEOS functionsClaude Paroz2015-04-249-378/+352
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-115-1792/+0
* Moved numpy import helper to shortcutsDaniel Wiesmann2015-02-094-9/+5
* Fixed E265 comment styleCollin Anderson2015-02-0616-57/+53
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0621-57/+66
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24114 -- Improved error message in GEOSGeometry co...Claude Paroz2015-01-101-1/+3
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-138-37/+37
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-032-31/+26
* Fixed #23579 -- Changed GEOSGeometry.__str__ to include t...Claude Paroz2014-10-161-2/+2
* Added a dumpdata/loaddata test for geographic contentClaude Paroz2014-10-011-3/+2
* Fixed #13843 -- Prevented AttributeError during geometry ...Claude Paroz2014-09-123-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-053-4/+12
* Fixed #22714 -- Made contrib.gis use six-provided memoryv...Claude Paroz2014-05-285-14/+10
* Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some...Claude Paroz2014-04-171-1/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-303-5/+6
* Removed unused imports.Tim Graham2014-03-291-1/+1
* Dropped support for GEOS 3.1Claude Paroz2014-03-295-77/+29
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-033-8/+8
* Added a missing import and removed an unneeded importAlex Gaynor2013-12-241-0/+1
* Added more spatial predicates for prepared geometriesClaude Paroz2013-12-243-4/+49
* Dropped support for GEOS < 3.1Claude Paroz2013-12-247-98/+48
* Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz2013-12-242-0/+8
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-143-12/+14
* Fixed all E226 violationsAlex Gaynor2013-11-034-9/+9
* Fixed all E261 warningscoagulant2013-11-025-37/+37
* More attacking E302 violatorsAlex Gaynor2013-11-0217-0/+85
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-023-6/+19
* Continue to attack E302 violationsAlex Gaynor2013-11-025-0/+6
* Fixed all the E203 violationsAlex Gaynor2013-10-272-9/+9
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-263-32/+32
* Start attacking E231 violationsAlex Gaynor2013-10-244-28/+28