summaryrefslogtreecommitdiff
path: root/tests/from_db_value/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-7/+0
* Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...Tim Graham2019-01-171-9/+0
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-201-1/+10
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-0/+32