Minor mistake in documentation
Here : https://docs.djangoproject.com/en/dev/topics/class-based-views/
In section with heading "Simple usage in your URLconf", the last sentence says :
"Any arguments given will override the template_name on the A similar overriding pattern can be used for the url attribute on RedirectView."
It should probably be:
"
Any arguments given will override the template_name on the view. A similar overriding pattern can be used for the url attribute on RedirectView.
"
Change History
(3)
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
In e2b18081968d1dd931c95669451852fdd34f28ef: