#635 closed defect (fixed)
A small tipo in docs
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/settings/#prepend-www
PREPEND_WWW Default: False Whether to prepend the "www." subdomain to URLs that don't have it. This is only used if CommonMiddleware is installed (see the middleware docs). See also '''PREPEND_WWW'''.
Guess there should be APPEND_SLASH?
Note:
See TracTickets
for help on using tickets.
(In [902]) Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous