django1/django/contrib/gis/tests/geoapp
Aymeric Augustin 1906cb9360 Fixed conditional skipping of test for left/right lookup types.
connection.ops.spatial_version is None for some backends (eg. MySQL) and
the comparison fails on Python 3 with TypeError.
2013-05-09 17:39:56 +02:00
..
fixtures GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp` and `distapp` tests, and made both use Django's `TestCase`; moved functionality out of `GeoDjangoTestSuiteRunner` to allow future re-use in `runtests.py` (refs #10420); compressed test app fixtures and cleaned up imports. 2010-12-02 05:58:21 +00:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
feeds.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
sitemaps.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
test_feeds.py Removed mentions of regressiontests. 2013-03-03 17:03:11 -03:00
test_regress.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
test_sitemaps.py Removed mentions of regressiontests. 2013-03-03 17:03:11 -03:00
tests.py Fixed conditional skipping of test for left/right lookup types. 2013-05-09 17:39:56 +02:00
urls.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00