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)

django-doc2.diff (13.8 KB ) - added by anthonyb 12 years ago.

Download all attachments as: .zip

Change History (3)

by anthonyb, 12 years ago

Attachment: django-doc2.diff added

comment:1 by Marc Tamlyn, 12 years ago

Cc: marc.tamlyn@… added
Triage Stage: UnreviewedAccepted

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)

comment:2 by Tim Graham <timograham@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [df7c1a13a0a400747966098049093cebdac385bf]:

Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for the initial patch.

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