#28336 closed Cleanup/optimization (fixed)
Extra `:` in MIDDLEWARE settings documentation
| Reported by: | Baptiste Mispelon | Owned by: | Laura |
|---|---|---|---|
| Component: | Documentation | Version: | 1.11 |
| 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 documentation for the MIDDLEWARE setting [1] says:
Default:: None
(notice the extra : character)
The fix for this should be to remove the extra : from the relevant line in docs/ref/settings.txt (somewhere near line 1960 as of today).
[1] https://docs.djangoproject.com/en/dev/ref/settings/#middleware
Change History (4)
comment:1 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Note:
See TracTickets
for help on using tickets.
I'd like to make a contribution and fix this issue.