| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-15 | Fixed #36173 -- Stabilized identity of Concat with an explicit output_field. | Simon Charette | |
| When Expression.__init__() overrides make use of *args, **kwargs captures their argument values are respectively bound as a tuple and dict instances. These composite values might themselves contain values that require special identity treatments such as Concat(output_field) as it's a Field instance. Refs #30628 which introduced bound Field differentiation but lacked argument captures handling. Thanks erchenstein for the report. | |||
| 2023-11-14 | Fixed #34955 -- Made Concat() use || operator on PostgreSQL. | Simon Charette | |
| This also avoids casting string based expressions in Concat() on PostgreSQL. | |||
| 2022-10-08 | Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵ | Gregor Gärtner | |
| assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2018-08-16 | Reorganized text db function tests. | Nick Pope | |
