Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20266 closed Uncategorized (fixed)

Typo in https://docs.djangoproject.com/en/1.5/topics/class-based-views/intro/

Reported by: jim@… Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords: typo
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In the section about subclassing views (GreetView), the URLconf example is wrong - it should be GreetingView.as_view(), not MyView.as_view()

Change History (3)

comment:1 by jim@…, 11 years ago

comment:2 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 58b3a974fc30c369eabacc747e1763cf04d053fd:

Fixed #20266 -- Updated view example in CBV introduction

Thanks jim at hellolocals.com for the report.

comment:3 by Claude Paroz <claude@…>, 11 years ago

In 807264ed8d04f3ef2755f68f581cf5f0d03817dc:

[1.5.x] Fixed #20266 -- Updated view example in CBV introduction

Thanks jim at hellolocals.com for the report.
Backport of 58b3a974fc from master.

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