Opened 11 years ago
Closed 11 years ago
#21261 closed Cleanup/optimization (fixed)
Add missing import at RedirecView docs.
Reported by: | Rogério Yokomizo | Owned by: | Rogério Yokomizo |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is a missing import of reverse at RedirectView docs example.
https://docs.djangoproject.com/en/1.5/ref/class-based-views/base/#redirectview
Change History (2)
comment:1 by , 11 years ago
Has patch: | set |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/1729