Opened 15 years ago

Closed 15 years ago

#10407 closed (duplicate)

PasswordInput's render_value argument should be documented

Reported by: collink Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

For example:

form = LoginForm( request.POST )
if not form.is_valid( ):

form.fieldspassword.widget.render_value = False

Change History (3)

comment:1 by collink, 15 years ago

Component: UncategorizedDocumentation
Needs documentation: set

comment:2 by Chris Beaven, 15 years ago

Summary: Documentation needed for Form ValuesPasswordInput's render_value argument should be documented
Triage Stage: UnreviewedAccepted

It's a common IRC FAQ.

More than just the example given in the description, it should primarily document that the PasswordInput class can be called like PasswordInput(render_value=False) to achieve this same behaviour

comment:3 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

Isn't this the same as #6674?

Note: See TracTickets for help on using tickets.
Back to Top