#12691 closed (fixed)
ModelForms documentation missing versionadded tag for 'widgets'
Reported by: | Daniel Roseman | Owned by: | nobody |
---|---|---|---|
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
The 'widgets' Meta option on ModelForms is new in development/version 1.2, but isn't marked as such in the docs. Patch adds the versionadded tag.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | modelforms.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
milestone: | → 1.2 |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13108]) Fixed #12691 -- Added a versionadded tag to the description of widget overrides in forms. Thanks to danielr for the report.