1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00
Sarah Boyce ac9e18f1c4 [5.0.x] Refs #35359 -- Fixed OperationTests.test_add_generate_field() test on PostgreSQL.
Concat() in Django 5.0 is not immutable on PostgreSQL and cannot be used
in GeneratedField, see 6364b6ee1071381eb3a23ba6b821fc0d6f0fce75.
2024-05-03 23:52:24 -03:00
..