django1/django/contrib/gis/tests/geoapp
Claude Paroz d7dfab59ea Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
2012-05-05 21:41:44 +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 Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review. 2012-03-02 22:32:22 +00:00
sitemaps.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
test_feeds.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
test_regress.py Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review. 2012-03-02 22:32:22 +00:00
test_sitemaps.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
tests.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00
urls.py Remove a great many of the remaining relative imports. 2011-10-17 18:45:22 +00:00