Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22463 -- Added code style guide and JavaScript lin...Trey Hunner2015-06-272-110/+112
* Sorted imports in __init__.py files.Tim Graham2015-06-279-52/+47
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-2/+3
* 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
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-243-10/+10
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-243-1/+129
* Fixed #25011, Refs #23804 -- Added check for GDAL on Rast...Daniel Wiesmann2015-06-232-2/+10
* Added GDAL 2.0 supportClaude Paroz2015-06-205-10/+41
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-1913-101/+433
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-2/+2
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-153-3/+5
* Fixed #24862 -- Improved PostGIS database connection erro...Sylvain Fankhauser2015-06-051-1/+7
* Added contrib.gis.admin.__all__Tim Graham2015-05-151-3/+9
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-136-10/+10
* Fixed #24207 -- Added 25D-type geometry field support to ...Claude Paroz2015-05-062-9/+14
* Fixed #24750 -- Updated two contrib.gis comment linksTim Graham2015-05-062-3/+2
* Fixed #24724 -- Fixed GIS initialization crash on Windows.Tim Graham2015-05-011-38/+40
* Updated translations from TransifexClaude Paroz2015-04-304-8/+9
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-254-111/+15
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-242-24/+17
* Rearranged imports in geos filesClaude Paroz2015-04-246-57/+58
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-244-45/+14
* Lazy loading of GEOS functionsClaude Paroz2015-04-2410-381/+354
* Fixed failures with older Spatialite versionsClaude Paroz2015-04-232-10/+17
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-223-5/+26
* Added MySQL support to GIS functionsClaude Paroz2015-04-224-6/+52
* Added Spatialite support to GIS functionsClaude Paroz2015-04-223-5/+70
* Fixed #24214 -- Added GIS functions to replace geoqueryse...Claude Paroz2015-04-225-9/+401
* Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen2015-04-162-0/+6
* Removed unused methods in GIS adapter.Tim Graham2015-04-092-6/+0
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-2413/+1173
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-3/+5
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-2/+2
* Fixed gis test failures when numpy isn't installed.Daniel Wiesmann2015-03-201-1/+1
* Fixed build failure introduced by refs #23757.Tim Graham2015-03-181-1/+2
* Fixed #23757 -- Added 3D introspection support to Spatial...Claude Paroz2015-03-184-2/+16
* Updated translation catalogsClaude Paroz2015-03-181-10/+27
* Refs #24485 -- Renamed some expression typesJosh Smeaton2015-03-172-5/+5
* Made SRID a required parameter for GDALRaster instantiati...Daniel Wiesmann2015-03-171-1/+5
* Added write support for GDALRasterDaniel Wiesmann2015-03-164-34/+242
* Fixed #24480 -- Marked strings in contrib.gis templates f...Tim Graham2015-03-143-6/+6
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-205-10/+10
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-1196-8684/+0
* Moved numpy import helper to shortcutsDaniel Wiesmann2015-02-095-9/+11
* Fixed E265 comment styleCollin Anderson2015-02-0637-123/+113
* Sorted imports with isort; refs #23860.Tim Graham2015-02-06104-238/+269
* Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz2015-01-303-3/+22
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQu...Loic Bistuer2015-01-301-2/+1