- Fix `issue 16 <https://github.com/noirbizarre/django.js/issues/16>`_ - Declare package as Python 3 compatible on PyPI
0.7.1
------------------
- Optionnaly include jQuery with ``{% django_js_init %}``.
0.7.0
------------------
- Added RequireJS/AMD helpers and documentation - Added Django Pipeline integration helpers and documentation - Support unnamed URLs resolution. - Support custom content types to be passed into the js/javascript script tag (thanks to Travis Jensen) - Added ``coffee`` and ``coffescript`` template tags - Python 3 compatibility
0.6.5
------------------
- Make JsonView reusable - Unescape regex characters in URLs - Fix handling of 0 as parameter for Javasript reverse URLs
0.6.4
------------------
- Support namespaces without app_name set.
0.6.3
------------------
- Fix CSRF misspelling (thanks to Andy Freeland) - Added some client side CSRF helpers (thanks to Andy Freeland) - Upgrade to jQuery 1.9.1 and jQuery Migrate 1.1.1 - Do not clutter url parameters in ``js``, ``javascript`` and ``js_lib`` template tags.