Releases: adamghill/dj-angles
Releases · adamghill/dj-angles
0.18.0
0.17.0
- Add
dateformat
filter.
Full Changelog: 0.16.0...0.17.0
0.16.0
- Add
dj-call
anddj-model
tags.
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Update
django-bird
integration docs for loader deprecation by @joshuadavidthomas in #11 call
andmodel
template tags by @adamghill in #15
New Contributors
- @joshuadavidthomas made their first contribution in #11
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Handle
dj-if
,dj-elif
,dj-else
attributes by @adamghill in #14
Full Changelog: 0.13.1...0.14.0
0.13.1
Changes
- Better handling of spaces and tabs in template tag arguments.
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- Handle newlines in template arguments by @adamghill in #13
Full Changelog: 0.12.0...0.13.0
0.12.0
- Self-closing
dj-block
tag;<dj-block name='content' />
would translate to{% block content %}{% endblock content %}
. - Handle template includes that begin with an underscore;
<dj-partial />
would translate to, in order, eitherpartial.html
or_partial.html
depending on which template file was found.
Full Changelog: 0.11.0...0.12.0
0.11.0
- Use the start tag's
name
for</dj-block>
if possible.
Full Changelog: 0.10.1...0.11.0