summaryrefslogtreecommitdiff
path: root/tests/backends/sqlite/test_functions.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+6
|
* Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on ↵Adam Johnson2021-12-231-0/+21
SQLite. Co-Authored-By: Nick Pope <nick@nickpope.me.uk>