Opened 12 years ago
Closed 12 years ago
#20259 closed Cleanup/optimization (invalid)
Syntax Error in the Document
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | bmispelon@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
I found a mistake in the document(http://media.readthedocs.org/pdf/django/1.5.x/django.pdf), on page 486:
"but in views written by hand you’ll need to explicitly use RequestContext To see how that works, and to read more details, check out Subclassing Context: RequestContext.", I think there should be a dot after "use RequestContext".
Thanks.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Cc: | added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
readthedocs seems to be lagging behind a bit. I'm not sure why either.
In any case, the canonical place to get the documentation is at docs.djangoproject.com.
In consequence, I'm marking this as invalid
.
This was fixed in https://github.com/django/django/commit/c3779d42142eb83eb8694177a12066261b3243aa
Not sure why the PDF is outdated.