Opened 12 years ago

Closed 12 years ago

#17700 closed Cleanup/optimization (invalid)

Django formset documentation missing Class Based View Docs

Reported by: rh0dium Owned by: Adrien Lemaire
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: lemaire.adrien@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi all,

I understand that CBV's are supported and that there is push to use them moving forward. Please update the documentation on how to properly use formsets in class based views (Create/Edit/Update). Currently there is little documentation on this. I have seen ticket 16256 but those aren't supported as of yet. CBV's are supported and the docs needs to reflect that.

Attachments (1)

cbv_formsets_doc.diff (1.4 KB ) - added by Adrien Lemaire 12 years ago.
Add an example for using Formsets with class based views

Download all attachments as: .zip

Change History (7)

comment:1 by anonymous, 12 years ago

comment:2 by Aymeric Augustin, 12 years ago

Component: UncategorizedDocumentation
Type: UncategorizedCleanup/optimization

comment:3 by Aymeric Augustin, 12 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Adrien Lemaire, 12 years ago

Owner: changed from nobody to Adrien Lemaire

by Adrien Lemaire, 12 years ago

Attachment: cbv_formsets_doc.diff added

Add an example for using Formsets with class based views

comment:5 by Adrien Lemaire, 12 years ago

Cc: lemaire.adrien@… added
Has patch: set

Please review and test my example.

comment:6 by rasca, 12 years ago

Resolution: invalid
Status: newclosed

Hi, I'm going to close this as we are preparing class based generic views for formsets and there's were we will be adding the documentation. Adding docs about creating a formset cbv sounds more like a tutorial on how to make your own generic cbv (which is not a bad thing, but that sound like a separate ticket).

If you'd like to chime in in ticket #16256 you are more than welcome! I'm not an english native speaker and docs is always my weakest front. Any help we'll be much appreciated.

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