django/docs/howto
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
..
deployment Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
static-files Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
auth-remote-user.txt
custom-file-storage.txt Fixed spelling mistake in file docs. 2014-08-26 09:44:24 -04:00
custom-lookups.txt
custom-management-commands.txt Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
custom-model-fields.txt Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00
custom-template-tags.txt Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
error-reporting.txt
index.txt
initial-data.txt
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt
upgrade-version.txt
windows.txt