Opened 10 years ago

Closed 10 years ago

#22119 closed Cleanup/optimization (invalid)

ModelForm.Meta.exclude not discouraged in documentation

Reported by: Sasha Romijn Owned by: Sasha Romijn
Component: Documentation Version: 1.6
Severity: Normal Keywords: nlsprint14
Cc: eromijn@… Triage Stage: Unreviewed
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The 1.6 release notes state:

For this reason, ..., and using the Meta.exclude option is strongly discouraged. Instead, all fields that are intended for inclusion in the form should be listed explicitly in the fields attribute.

However, this discouragement is not mentioned in the documentation on https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#modelform. It should be added.

Change History (2)

comment:1 by Sasha Romijn, 10 years ago

Cc: eromijn@… added
Needs documentation: set
Owner: changed from nobody to Sasha Romijn
Status: newassigned

comment:2 by Sasha Romijn, 10 years ago

Resolution: invalid
Status: assignedclosed

I appear to have misread or misinterpreted. This is actually there...

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