Opened 13 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)
Change History (7)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Component: | Uncategorized → Documentation |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:3 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 13 years ago
Owner: | changed from | to
---|
by , 13 years ago
Attachment: | cbv_formsets_doc.diff added |
---|
comment:6 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Add an example for using Formsets with class based views