#2071 closed task (fixed)
[patch] PasswordField needs documentation
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
PasswordField exists in code but doesn't exist in documentation, even search won't find it.
Something to point out that this exists would be good, because it propably is a quite frequently
used field
Attachments (1)
Change History (11)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | PasswordField needs documentation → [patch] PasswordField needs documentation |
Find attached a patch to document this field.
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3184]) Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to
asmodai for the initial patch.
comment:4 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reverted by Adrian in [3189]. I think there's some confusion - this documentation is for django.forms.PasswordField
.
Perhaps mixing it in with models-api isn't the best idea, but it still should be documented somewhere.
comment:5 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:6 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The patch in #61 provides a new PasswordField
field and documentation for it. I'll close this as a duplicate, thanks asmodai for the initial documentation.
comment:7 by , 18 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:8 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:9 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [4578]) Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, asmodai.
comment:10 by , 18 years ago
My bad :( This was reverted in [4579] because there's no such thing as a PasswordField database field type, it's only a form type and they are not documented (well, with newforms they probably will be)
Probably more useful, but wider in scope, would be documentation of all the field types available in
django.forms
.