Opened 12 years ago
Closed 12 years ago
#18804 closed Cleanup/optimization (fixed)
Class based view documentation is a bit confusing
Reported by: | anthonyb | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | class based views |
Cc: | marc.tamlyn@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
I've attached a patch which fixes some of the wording and structure of the docs for class based views. I've moved the JSONResponseMixin class into the later mixin section, since it doesn't really fit in the introductory section.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | django-doc2.diff added |
---|
comment:1 by , 12 years ago
Cc: | added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If we're adding JSON related examples to the docs, we should also integrate the example here: https://github.com/django/django/pull/195 (which handles AJAX post data)