Opened 17 years ago

Closed 17 years ago

#3780 closed (fixed)

document newforms fields

Reported by: Chris Beaven Owned by: Jacob
Component: Documentation Version: dev
Severity: 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

I thought I'd make an initial attempt to document all of the newforms Fields to get the ball rolling.

Attachments (2)

newforms_field_list.patch (7.4 KB ) - added by Chris Beaven 17 years ago.
newforms_field_list.2.patch (7.4 KB ) - added by Marc Fargas <telenieko@…> 17 years ago.
corrected docs.

Download all attachments as: .zip

Change History (12)

by Chris Beaven, 17 years ago

Attachment: newforms_field_list.patch added

comment:1 by anonymous, 17 years ago

Hey, you seem to have EmailField used twice.

comment:2 by Marc Fargas <telenieko@…>, 17 years ago

Patch needs improvement: set

The last EmailField is and URLField :)

by Marc Fargas <telenieko@…>, 17 years ago

Attachment: newforms_field_list.2.patch added

corrected docs.

comment:3 by Marc Fargas <telenieko@…>, 17 years ago

Patch needs improvement: unset
Triage Stage: UnreviewedReady for checkin

comment:4 by Chris Beaven, 17 years ago

Thanks Marc. Damn you ctrl-c!

in reply to:  4 comment:5 by Marc Fargas <telenieko@…>, 17 years ago

Replying to SmileyChris:

Thanks Marc. Damn you ctrl-c!

Well.. it was a bit more advanced than that!! wget <patch> && patch -p0 < patch [changed 5 letters]... svn diff > patch
ctrl-c is for Word, not for vim :))

comment:6 by Chris Beaven, 17 years ago

I was cursing ctrl-c for the cause of the problem, not the solution ;)

in reply to:  6 comment:7 by Marc Fargas <telenieko@…>, 17 years ago

Replying to SmileyChris:

I was cursing ctrl-c for the cause of the problem, not the solution ;)

I read "damn youR ctrl-c" instead of "you", ups! :))

comment:8 by Fernando Gutierrez, 17 years ago

Patch needs improvement: set

Actually the NullBooleanField is also repeated in the second patch, the second one refers to the RegexField I think.

comment:9 by Gary Wilson <gary.wilson@…>, 17 years ago

Patch needs improvement: unset
Summary: List fields in newforms documentationdocument newforms fields

Ok, so who wants to start on widgets (#3800)?

comment:10 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5222]) Fixed #3780 -- Added first stab at 'Built-in Field classes' section to docs/newforms.txt, with help from SmileyChris and Marc Fargas

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