#27317: Make Form subclasses combine Form.Media from all parents
-----------------------------+------------------------------------
     Reporter:  James Pic    |                    Owner:  nobody
         Type:  New feature  |                   Status:  new
    Component:  Forms        |                  Version:  1.10
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Accepted
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------

Comment (by Johannes Hoppe):

 Honestly, I would prefer the "normal" inheritance, where attributes
 overwrite one another. I am not a big fan of the magic Django does in
 `Model.Meta`. Its drives complexity and is inconsistent too. It makes
 migrations and the state builder a pain... anyways. Forms. I do want to
 repeat the same mistakes here.

 Python overwrites attributes by default and I for one would want to keep
 it that way.

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

Reply via email to