django1/django/contrib/gis/gdal/tests
Claude Paroz 9a2bceed1a Use smarter string decoding in GeoDjango
The first try to solve the Python 3 GIS encoding/decoding issue
was too naive. Using decode() on all read strings is bound to fail
as soon as a non-ascii string is concerned.
This patch is a little more clever, leaving ascii decoding when
plain ascii strings are expected, and allowing to specify a custom
encoding in DataSource hierarchy.
2012-10-08 18:24:42 +02:00
..
__init__.py [py3] Removed map() calls used for side-effects only 2012-08-15 13:23:41 +03:00
test_driver.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
test_ds.py Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00
test_envelope.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
test_geom.py Fixed #17959 -- Silenced output during GIS tests 2012-10-04 22:41:03 +02:00
test_srs.py Fixed brittle tests that broke with release of GDAL 1.8. 2011-03-14 21:15:34 +00:00