[https://docs.djangoproject.com/en/1.7/topics/class-based-views/ Topic
page]
[https://docs.djangoproject.com/en/1.7/ref/class-based-views/ API
reference]
Also a google search for "django class-based views" is very confusing.
[[Image(https://files.thelabmill.de/shuttle/Screen%20Shot%202014-07-26%20at%2016.18.12-GLZOcWCUbs.png)]]
I would propose to rename the API page into "Class-based views API
reference". A possible problem is that the version choicer isn't able
anymore to switch through the version in the API reference overview page.
See also #17638.
--
Ticket URL: <https://code.djangoproject.com/ticket/23106>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* easy: 0 => 1
* stage: Unreviewed => Accepted
Comment:
I would call it "Class-based views API" for consistency with others pages
like "The Forms API" and since it's a bit shorter without losing clarity.
--
Ticket URL: <https://code.djangoproject.com/ticket/23106#comment:1>
* owner: nobody => dhoffman
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/23106#comment:2>
* has_patch: 0 => 1
Comment:
Fixed: https://github.com/django/django/pull/2980
--
Ticket URL: <https://code.djangoproject.com/ticket/23106#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"30ccb36cb9c1bc9bd30edb2b67f26ef2a1e4fb53"]:
{{{
#!CommitTicketReference repository=""
revision="30ccb36cb9c1bc9bd30edb2b67f26ef2a1e4fb53"
[1.7.x] Fixed #23106 -- Updated class-based view reference title.
Backport of f14898a453 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23106#comment:5>