• Preston Timmons's avatar
    Fixed #25848 -- Set template origin on each node. · cfda1fa3
    Preston Timmons yazdı
    Prior to 55f12f87, 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.
    cfda1fa3
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
js_tests Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.editorconfig Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
Gruntfile.js Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
LICENSE.python Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
package.json Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...