Changelog
=========

0.8 (2019-12-08)
----------------

- Respect logging level (#17)


0.7 (2019-03-26)
----------------

- Handle unhandledrejections with non error reasons (#13)
- Allow blacklisting of custom useragents and errors (#14)
- Handle missing user in the request (#15)


0.6 (2018-01-10)
----------------

- Port to Django 2.0
- Add unhandled promise rejection (#12)


0.5 (2017-09-04)
----------------

- Add column number and error_object and make requests asynchronous. (#10)

0.4 (2016-03-18)
----------------

- Made usable with Django 1.9 and Python 3 (#7)


0.3 (2014-01-11)
----------------

- Request info is provided to the logger.


0.2 (2013-11-26)
----------------

- Remove jQuery dependency
- Add csrf validation


0.1 (2012-09-06)
----------------

- Project initialization.
- Add utils.js generated from template
