summaryrefslogtreecommitdiff
path: root/tests/db_functions/text/test_pad.py
AgeCommit message (Expand)Author
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-22Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson
2020-06-16Refs #30446 -- Defined default output_field of text database functions.Simon Charette
2018-09-10Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy
2018-08-16Reorganized text db function tests.Nick Pope