summaryrefslogtreecommitdiff
path: root/tests/db_functions/text/test_concat.py
AgeCommit message (Expand)Author
2025-02-15Fixed #36173 -- Stabilized identity of Concat with an explicit output_field.Simon Charette
2023-11-14Fixed #34955 -- Made Concat() use || operator on PostgreSQL.Simon Charette
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-08-16Reorganized text db function tests.Nick Pope