#20776: Multi-level Multi-table Inheritance - mismatched PKs / explicit 
db_columns
-------------------------------------+-------------------------------------
     Reporter:  dowstreet@…          |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  1.5
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  Muti-table           |             Triage Stage:  Accepted
  Inheritance                        |
    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
 * resolution:   => invalid


Comment:

 These models don't validate, so closing as invalid.
 {{{
 System check identified some issues:
 ERRORS:
 t20776.Level2.level1: (models.E006) The field 'level1' clashes with the
 field 'level1_id' from model 't20776.level1'.
 t20776.Level3.level2: (models.E006) The field 'level2' clashes with the
 field 'level2' from model 't20776.level1'.
 t20776.Level3: (models.E005) The field 'level1' from parent model
 't20776.level2' clashes with the field 'level1_id' from parent model
 't20776.level1'.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/20776#comment:4>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/079.4553b9b567de5faf7d6c12082aad418d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to