#30397: Allow app_label and class to be specified in the name argument for 
indexes
and constraints.
-------------------------------------+-------------------------------------
               Reporter:  felixxm    |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Allow `%(app_label)s` and `%(class)s` to be specified in `name` argument
 for `BaseConstraint` (`CheckConstraint`, `UniqueConstraint`) and `Index`:

 - `%(class)s` should be replaced by the lowercased name of the child class
 that the field is used in,
 - `'%(app_label)s` should be replaced by the lowercased name of the app
 the child class is contained within.

 This should allow for specifying check constraints and partial indexes
 (which `name`'s are mandatory) in abstract models.
 Based on discussion in #30362.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30397>
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.0f8f1af31cd23bc22e15fcb9189c85bd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to