Django

Code

Ticket #2071 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] PasswordField needs documentation

Reported by: jyrki.pulliainen@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

model-api.txt.diff (0.7 kB) - added by asmodai@in-nomine.org on 06/15/06 15:47:50.
Describe how PasswordField? works

Change History

06/02/06 08:46:41 changed by ubernostrum

Probably more useful, but wider in scope, would be documentation of all the field types available in django.forms.

06/15/06 15:47:11 changed by asmodai@in-nomine.org

  • owner changed from jacob to anonymous.
  • status changed from new to assigned.
  • summary changed from PasswordField needs documentation to [patch] PasswordField needs documentation.

Find attached a patch to document this field.

06/15/06 15:47:50 changed by asmodai@in-nomine.org

  • attachment model-api.txt.diff added.

Describe how PasswordField? works

06/20/06 23:49:12 changed by mtredinnick

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3184]) Fixed #2071 -- documented the PasswordField? (including cavaets). Thanks to asmodai for the initial patch.

06/21/06 17:20:40 changed by SmileyChris

  • status changed from closed to reopened.
  • resolution deleted.

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.

07/05/06 05:35:34 changed by anonymous

  • owner changed from anonymous to jacob.
  • status changed from reopened to new.

07/23/06 19:23:09 changed by SmileyChris

  • status changed from new to closed.
  • resolution set to duplicate.

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.

07/23/06 19:33:13 changed by mtredinnick

  • status changed from closed to reopened.
  • resolution deleted.

Let's leave this open for the time being. It's not clear at the moment that #61 is totally correct, since it mixes presentation and representation. So this documentation might well still be used when we document form fields. I'll add a note to #61 to point out the connection as well.

02/22/07 21:34:47 changed by SmileyChris

  • stage changed from Unreviewed to Ready for checkin.

02/25/07 11:18:18 changed by jacob

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [4578]) Fixed #2071: added a smidge of docs on PasswordField?. Thanks for the patch, asmodai.

02/25/07 14:30:27 changed by SmileyChris

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)


Add/Change #2071 ([patch] PasswordField needs documentation)




Change Properties
Action