Skip to content

Releases: adamghill/dj-angles

0.20.0

28 Mar 12:26
Compare
Choose a tag to compare
  • Fix django-bird integration when using the default mapper. #16 from benbacardi.

0.19.0

23 Mar 23:43
Compare
Choose a tag to compare
  • Fix delay in ajax-form.
  • Add template template tag.
  • Return a stringified result from call template tag.

Breaking changes

  • Remove automatically casting strings to UUID, datetime, date, or time. That can be done manually in the function if needed and it's a little too magical.

0.18.0

17 Mar 02:35
Compare
Choose a tag to compare
  • Add ajax-form custom element.
  • Add form tag element.
  • Add RequestMethodMiddleware and RequestAJAXMiddleware.

Full Changelog: 0.17.0...0.18.0

0.17.0

16 Mar 01:56
Compare
Choose a tag to compare
  • Add dateformat filter.

Full Changelog: 0.16.0...0.17.0

0.16.0

15 Mar 20:22
Compare
Choose a tag to compare
  • Add dj-call and dj-model tags.

Full Changelog: 0.15.0...0.16.0

0.15.0

15 Mar 14:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

13 Feb 03:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.14.0

0.13.1

08 Feb 22:06
Compare
Choose a tag to compare

Changes

  • Better handling of spaces and tabs in template tag arguments.

Full Changelog: 0.13.0...0.13.1

0.13.0

08 Feb 21:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

12 Nov 03:05
Compare
Choose a tag to compare
  • 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, either partial.html or _partial.html depending on which template file was found.

Full Changelog: 0.11.0...0.12.0