summaryrefslogtreecommitdiff
path: root/tests/from_db_value/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+6
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+2
* 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
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-0/+30