#26593: Allowed overriding SQL phrase for deferrable ForeignKeys
-------------------------------------+-------------------------------------
               Reporter:  MarkusH    |          Owner:  MarkusH
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  1
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 The `sql_create_fk` string in the database schema editor's contains a
 phrase `DEFERRABLE INITIALLY DEFERRED`. This phrase is supposed to be easy
 to override with a connection's `ops.deferrable_sql()` method. However,
 the backend operation method is not used at all. Therefore, 3rd party
 backends have to override the `sql_create_fk` string in order to adjust
 it.

--
Ticket URL: <https://code.djangoproject.com/ticket/26593>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.860feb970e48ca1281aa48fa385cc46d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to