django1/django/contrib/gis/tests/layermap
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 Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
models.py Fixed #18367 -- Allowed LayerMapping to store strings in TextField. 2012-05-24 09:57:22 +02:00
tests.py Use smarter string decoding in GeoDjango 2012-10-08 18:24:42 +02:00