| Age | Commit message (Collapse) | Author |
|
Since Django 1.8, firstof escapes its output.
Backport of fff5dbe59ca629c295480693f045f03537858eee from master
|
|
|
|
Refs #26536.
Thanks Sylvain Fankhauser for the very detailed report.
|
|
Calling conditional_escape() on SafeData won't change it.
|
|
|
|
|
|
Thanks Anders Roos for the report.
|
|
specifier to dateformat.format().
|
|
|
|
|
|
|
|
|
|
The double equals operator was removed in
2ccfac1a651ff35cd243cd272b2202ae1ccd5740.
|
|
|
|
template.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Ali Lozano for the report and the initial patch, and Tim Graham for
the review.
|
|
Prior to 55f12f8709, the template origin was available on each node via
`self.token.source[0]`. This behavior was removed when debug handling was
simplified, but 3rd-party debugging tools still depend on its presence.
This updates the Parser to set origin on individual nodes. This enables the
source template to be determined even when template extending or including is
used.
|
|
a string.
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Aymeric for the initial patch and Carl for review.
|
|
|
|
|
|
template filter.
Thanks Andrey Yakovlev for the initial patch.
|
|
The deprecation removal in 5e450c52aafb62b9d83c8ac08892e0b92cbec4aa
removed too much.
|
|
|
|
|
|
StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.
|
|
path.
|
|
|
|
Per deprecation timeline.
|
|
template objects.
Per deprecation timeline; refs 79deb6a0716e554cac5308e86f5754f19ad436dc.
|
|
Per deprecation timeline; refs a3e783fe11dd25bbf84bfb6201186566ed473506.
|
|
|
|
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|
|
|
|
deprecation timeline.
|