Opened 11 years ago
Closed 11 years ago
#20595 closed Bug (fixed)
Bug in documentation for class based views
Reported by: | crazycasta | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | bmispelon@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
At https://docs.djangoproject.com/en/1.5/topics/class-based-views/intro/ the example given has an import from django.views.base instead of the (correct) django.views.generic.base.
Change History (3)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Cc: | added |
---|---|
Has patch: | set |
Pull request here: https://github.com/django/django/pull/1269 (backport of bd68f701b1867e0a9cf17d7f0948ba493d11b7e5 to stable/1.5.x
)
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Note that this was fixed in the
master
branch (with commit bd68f701b1867e0a9cf17d7f0948ba493d11b7e5) but the issue is still present on the1.5
branch.