Opened 14 years ago
Closed 14 years ago
#18159 closed Cleanup/optimization (fixed)
Missing import statement inside example django.shortcuts.redirect
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The django.shorcuts.redirect example is missing the import statement inside the example
https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#django.shortcuts.redirect
Change History (3)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 14 years ago
I added the import statement to the first example in my pull request: https://github.com/django/django/pull/140
Note:
See TracTickets
for help on using tickets.
Would it by enough to just add the import statement to the first example?