I opened this ticket https://code.djangoproject.com/ticket/25955
The last proposal for the improvement https://code.djangoproject.com/ticket/25955#comment:5 add parameter in OPTIONS DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', # ... 'OPTIONS': { 'savepoint_check_constraints': True } }, } https://code.djangoproject.com/attachment/ticket/25955/django_master_v2.patch -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/f1d474af-1191-4110-b664-2561d9477631%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
