summaryrefslogtreecommitdiff
path: root/tests/from_db_value
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-9/+9
* 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-172-26/+0
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+2
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-11/+6
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-202-1/+32
* 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
* Refs #9619 -- Fixed failing test caseMarkus Holtermann2015-06-171-1/+1
* Refs #9619 -- Added a test that Field.from_db_value() is called on QuerySet.v...JensDiemer2015-06-171-1/+5
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-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-033-0/+62