#22510: Form fields cannot have names that are present as attributes on the form
---------------------------------+--------------------------------------
     Reporter:  gc@…             |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Forms            |                  Version:  1.7-beta-2
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by loic84):

 I guess my preference for 3 comes down to `ignored_fields` being an API
 vs. `None` as a sentinel value being a trick.

 Regarding the documentation-only fix, I suspect it'll be an issue to quite
 a few people. I can imagine it's pretty common to have a model field
 called `media` or `clean`, and since DTL gives more precedence to `dict`
 lookups than it does to attribute lookups I suspect most never noticed
 that they were shadowing form attributes in their templates.

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

Reply via email to