#20266 closed Uncategorized (fixed)
Typo in https://docs.djangoproject.com/en/1.5/topics/class-based-views/intro/
| Reported by: | 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 , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 58b3a974fc30c369eabacc747e1763cf04d053fd: