#23779: Can't use unique_together if one of the fields is in a mixin
-------------------------------------+-------------------------------------
     Reporter:  knyghty              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.7
  (models, ORM)                      |               Resolution:  invalid
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timgraham):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 You need to use abstract models as described
 [https://docs.djangoproject.com/en/dev/topics/db/models/#model-inheritance
 in the documentation] (not inherit from `object`). If something isn't
 clear there about that, could you open a documentation ticket? Thanks!

--
Ticket URL: <https://code.djangoproject.com/ticket/23779#comment:1>
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/065.21ecc1d73de38ee5bb68fdf23868e2cb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to