Opened 15 years ago

Closed 14 years ago

Last modified 12 years ago

#10361 closed (fixed)

Slightly complex built-in Field classes are undocumented

Reported by: Leo Shklovskii Owned by: anonymous
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 (last modified by Ramiro Morales)

As the documentation currently says:

The following are not yet documented.

class ComboField(**kwargs)
class MultiValueField(**kwargs)
class SplitDateTimeField(**kwargs)

Attachments (1)

10361.diff (2.6 KB ) - added by Tim Graham 15 years ago.
ComboField and MultiValueField

Download all attachments as: .zip

Change History (11)

comment:1 by Ramiro Morales, 15 years ago

Description: modified (diff)

(edited description)

comment:2 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

by Tim Graham, 15 years ago

Attachment: 10361.diff added

ComboField and MultiValueField

comment:3 by Tim Graham, 15 years ago

Has patch: set

class SplitDateTimeField has been documented and here's a patch for the other two.

comment:4 by Leo Shklovskii, 15 years ago

Awesome, thank you timo!

comment:5 by Tim Graham, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Leo Shklovskii, 14 years ago

milestone: 1.2

Adding to 1.2 for consideration.

comment:7 by anonymous, 14 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:8 by Gary Wilson, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12798]) Fixed #10361 -- Added documentation for ComboField and MultiValueField form fields, patch from timo.

comment:9 by Gary Wilson, 14 years ago

(In [12799]) [1.1.X] Fixed #10361 -- Added documentation for ComboField and MultiValueField form fields, patch from timo.

Backport of r12798 from trunk.

comment:10 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

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