Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/from_db_value/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #9619 -- Fixed failing test caseMarkus Holtermann2015-06-171-1/+1
| | | | Regression introduced in 9aac99e96d100b34b6daa3a137531eff4f17076e
* Refs #9619 -- Added a test that Field.from_db_value() is ↵JensDiemer2015-06-171-1/+5
| | | | called on QuerySet.values()
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #18757, #14462, #21565 -- Reworked database-python ↵Marc Tamlyn2014-09-031-0/+30
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.