1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/schema
Simon Charette 2e8941b6f9 Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL.
The namespace of the constraint must be included when making the
constraint immediate.

Regression in 22ce5d0031.

Thanks Rodrigo Estevao for the report.
2020-06-24 08:37:20 +02:00
..
__init__.py
fields.py
models.py Added missing Meta.apps to a schema model. 2020-03-23 06:09:10 +01:00
test_logging.py
tests.py Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL. 2020-06-24 08:37:20 +02:00