mirror of
https://github.com/django/django.git
synced 2025-01-09 01:46:20 +00:00
73b62a2126
Postgres >= 12.18, 13.14, 14.11, 15.6, 16.2 changed the way the immutability of generated and default expressions is detected in postgres/postgres@743ddaf. The adjusted test semantic is presereved by switching from __icontains to __contains as both make use of a `%` literal which requires proper escaping. Refs #35336. Thanks bcail for the report. |
||
---|---|---|
.. | ||
__init__.py | ||
fields.py | ||
models.py | ||
test_logging.py | ||
tests.py |