summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/distapp
Commit message (Expand)AuthorAgeFilesLines
* Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham2014-09-101-4/+4
* Limited lines to 119 characters in django/Tim Graham2014-09-051-11/+23
* Fixed a non-deterministic test; refs #23099.Tim Graham2014-08-291-2/+2
* Removed an unused import.Simon Charette2014-08-271-2/+0
* Removed some more hardcoded backends in GIS testsClaude Paroz2014-08-262-43/+34
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-4/+4
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-6/+7
* Fixed a non-deterministic test; refs #23099.Tim Graham2014-08-081-1/+1
* Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham2014-08-083-2/+317
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham2014-08-011-14/+4
* Dropped support for GEOS 3.1Claude Paroz2014-03-291-2/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed typo in comment.Rodolfo Carvalho2014-02-151-1/+1
* Several small whitespace fixes for styleguide/flake8 violationsAlex Gaynor2014-01-011-1/+0
* Fixed a few issues in previous commit.Aymeric Augustin2014-01-011-4/+1
* Properly assigned app_label to GIS test models.Aymeric Augustin2014-01-011-41/+17
* Fixed all E261 warningscoagulant2013-11-021-4/+4
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+7
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-13/+33
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-141-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Reformatted some GIS distance testsClaude Paroz2013-09-241-35/+54
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner2013-05-111-3/+3
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-101-11/+20
* Lowered tolerance to fix failing distance test.Justin Bronn2012-10-051-1/+1
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-7/+15
* Remove a great many of the remaining relative imports.Alex Gaynor2011-10-171-1/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-6/+3
* GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn2010-12-023-71/+4
* PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn2010-03-301-10/+20
* Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn2010-03-292-1/+13
* `GeoQuerySet.distance` now allows calculations to/from non-point geodetic geo...Justin Bronn2010-01-271-9/+22
* Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn2009-12-231-4/+29
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-7/+7
* Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn2009-03-303-37/+81
* Merged the gis branch into trunk.Justin Bronn2008-08-054-0/+371