| Age | Commit message (Collapse) | Author |
|
|
|
|
|
floatformat filter.
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
template tag.
Thanks Tim Graham for the review.
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
Thanks to Simon Litchfield for the report, Uninen for the initial
patch, akaihola, jamesp, b.schube, and Florian Appoloner for
subsequent patches, tests, and documentation.
|
|
|
|
|
|
|
|
Thanks Sergei Maertens for the report and patch.
|
|
deprecation.
|
|
|
|
variable to its initial state.
|
|
|
|
Since Django 1.8, firstof escapes its output.
|
|
template tags.
|
|
|
|
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.
|
|
|