#31656: Help Texts in UserCreationForm cannot be overridden
-------------------------+--------------------------------------
     Reporter:  emapall  |                    Owner:  nobody
         Type:  Bug      |                   Status:  closed
    Component:  Forms    |                  Version:  3.0
     Severity:  Normal   |               Resolution:  invalid
     Keywords:           |             Triage Stage:  Unreviewed
    Has patch:  0        |      Needs documentation:  0
  Needs tests:  0        |  Patch needs improvement:  0
Easy pickings:  0        |                    UI/UX:  0
-------------------------+--------------------------------------
Changes (by Carlton Gibson):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Hi.

 This is expected behaviour. See the **Note** at the bottom of the section
 you linked:

 > ModelForm will only generate fields that are missing from the form, or
 in other words, fields that weren’t defined declaratively.

 The password fields on `UserCreationForm` are declared explicitly. You
 will need to override them in your subclass.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31656#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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.21602baca5b81a8294785db86ab2f352%40djangoproject.com.

Reply via email to