django1/django/contrib/gis/db/backends/mysql
Marc Tamlyn e9103402c0 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Complete rework of translating data values from database

Deprecation of SubfieldBase, removal of resolve_columns and
convert_values in favour of a more general converter based approach and
public API Field.from_db_value(). Now works seamlessly with aggregation,
.values() and raw queries.

Thanks to akaariai in particular for extensive advice and inspiration,
also to shaib, manfre and timograham for their reviews.
2014-09-03 20:36:03 +01:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Removed some more hardcoded backends in GIS tests 2014-08-26 20:08:00 +02:00
creation.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
introspection.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
operations.py Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00