> 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
--
Ticket URL: <https://code.djangoproject.com/ticket/28336>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => Laura
Comment:
I'd like to make a contribution and fix this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/28336#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/28336#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"e58c87cb7042ba8ed1a33761ac2b6b4efed70b29" e58c87cb]:
{{{
#!CommitTicketReference repository=""
revision="e58c87cb7042ba8ed1a33761ac2b6b4efed70b29"
Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28336#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a84b555eb5530c9276bcf3531c0d39669c0c5084" a84b555e]:
{{{
#!CommitTicketReference repository=""
revision="a84b555eb5530c9276bcf3531c0d39669c0c5084"
[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
Backport of e58c87cb7042ba8ed1a33761ac2b6b4efed70b29 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28336#comment:4>