1.6 Release Notes don't explicitly mention the new fields attribute on Create/UpdateViews
Django 1.6 introduces a new fields
attribute on CreateView
and UpdateView
which is provided to the modelform_factory to limit which fields are in the generated form.
The release notes briefly mention that the attribute should be used (https://docs.djangoproject.com/en/dev/releases/1.6/#updateview-and-createview-without-explicit-fields), but makes no mention of the fact that this is new functionality (which for some reason I assumed already existed).
We simply need to add something to the release notes that explicitly highlights this.
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Cleanup/optimization
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Does the attached look sufficient?