Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis/testing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-251-19/+0
|
* Updated links to latest version of PostGIS docs.Tim Graham2015-03-171-3/+3
|
* Updated location of gis_tests in docs.Tim Graham2015-03-171-2/+2
|
* Removed instructions to create a PostgreSQL cluster in ↵Claude Paroz2014-11-291-12/+0
| | | | | | | | | GIS docs Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests.
* Dropped support for SpatiaLite < 2.4.Tim Graham2014-06-091-18/+0
|
* Fixed #22380 -- Missing SECRET_KEY variable in sample ↵Vishal Lal2014-04-041-0/+2
| | | | settings file for testing
* Fixed some typos in the documentation.Baptiste Mispelon2014-03-021-1/+1
| | | | | Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
* Fixed #22142 -- Documented PostGIS 2 database creation ↵Iacopo Spalletti2014-02-251-0/+9
| | | | during tests
* Fixed #21035 -- Changed docs to treat the acronym SQL ↵Eric Boersma2013-09-061-1/+1
| | | | | | | phonetically. The documentation and comments now all use 'an' to refer to the word SQL and not 'a'.
* Fixed #17365, #17366, #18727 -- Switched to discovery ↵Carl Meyer2013-05-111-48/+9
| | | | | | | | | | | test runner. Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-0/+2
|
* Fixed #18934 - Removed versionadded/changed annotations ↵Tim Graham2012-09-211-2/+0
| | | | for Django 1.3
* Modified docs about SpatiaLite version that doesn't need ↵Ramiro Morales2012-08-241-1/+1
| | | | manual initial SQL file loading as per 675431dfaaa.
* Tweaked SpatiaLite GeoDjango docs.Ramiro Morales2012-08-201-1/+2
|
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-10/+2
| | | | Thanks Florian Apolloner for the patch.
* Fixed typo in GIS testing docs.Carl Meyer2012-02-171-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Documentation (and some small source code) edits from ↵Adrian Holovaty2012-02-171-17/+17
| | | | | | [17432] - [17537] git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated SpatiaLite GeoDjango test setup instructions for ↵Ramiro Morales2012-02-111-10/+4
| | | | | | | | version 3.0. Also, fixed documentation typos introduced in r17496. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16120 -- Updated a few reference links in the ↵Jannis Leidel2011-05-291-1/+1
| | | | | | docs after the contributing reorganization. Thanks to Julien and Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-261-9/+1
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14439 -- Improved documentation for running the ↵Justin Bronn2010-12-221-36/+86
| | | | | | GeoDjango test suite. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14112 -- Various Markup fixes for the docs. ↵Russell Keith-Magee2010-08-231-4/+4
| | | | | | Thanks to ramiro for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-1/+1
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12930, #12832, #11538 -- Refactored and merged ↵Justin Bronn2010-03-261-0/+181
the GeoDjango documentation into the rest of the Django docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12856 bcc190cf-cafb-0310-a4f2-bffc1f526a37