the parent tempate itelf
== should be: ==
the parent temp**l**ate it**s**elf
== place in code: ==
https://github.com/django/django/blob/master/django/template/loader_tags.py#L207
--
Ticket URL: <https://code.djangoproject.com/ticket/20949>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
Fixed in d3ed15b79d8b9288c4f6af07d5161f0727dd7669 and
b0821e6d3a5dcb8b040ce2323f49b46dabbc9e37
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:2>
* status: closed => new
* resolution: fixed =>
Comment:
missed the **L** in temp**l**ate
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"0073f1d94fad3f04ed77e63984cfd7827f78e580"]:
{{{
#!CommitTicketReference repository=""
revision="0073f1d94fad3f04ed77e63984cfd7827f78e580"
Fixed #20949 -- Typo #2 in docstring
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"28b1317fd815325b5a58a7acae12ca45de5a6ac9"]:
{{{
#!CommitTicketReference repository=""
revision="28b1317fd815325b5a58a7acae12ca45de5a6ac9"
[1.6.x] Fixed #20949 -- Typo #2 in docstring
Backport of 0073f1d94f from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:5>
Comment (by Andrew Godwin <andrew@…>):
In [changeset:"2d903929a70078cf1c50bf7b6e7718b1a4a691df"]:
{{{
#!CommitTicketReference repository=""
revision="2d903929a70078cf1c50bf7b6e7718b1a4a691df"
Fixed #20949 -- Typo #2 in docstring
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20949#comment:6>