Django-jstemplate

Latest version: v2.0.1

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

1.3.5

-----

- Use ``document.getElementById`` and ``innerHtml`` instead of depending on jQuery
to get the text of handlebars templates.
- Switch the order of precompiling and registering partials in handlebars tag,
so that partials can used compiled template.

1.3.4

-----

- Fix compatibility with Python 3.2. Explicity unicode literals (i.e., u'...')
are not supported in Python 3.2 and cause a syntax error. Support was revived
in Python 3.3. Python 2.6 and 2.7 allow using unicode string literals by
default with `from __future__ import unicode_literals`, so we use that here.

1.3.3

-----

- Sort translatable strings so that results are consistent across Python
versions.

1.3.2

-----

- All template renderers handle unicode characters.

1.3.1

-----

- Bug fix: Closure that was registering Handlbars partials was not wrapped in
parentheses.

1.3.0

-----

- Add a short translation form::

{{ _ 'this is translatable' }}

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.