Changelog
=========
+ `2.1.3 (2019-12-11)`
    Make ajax requests asynchronous.

+ `2.1.2 (2019-11-21)`
    Fix typo.

+ `2.1.1 (2019-11-20)`
    Fix redirect on homepage when multiple tabs are open.

+ `2.1.0 (2019-01-15)`
    Fix templatetags, Django 2.0 Compability.

+ `2.0.6 (2018-12-12)`
    Include Page Lock Bar in templatetags.

+ `2.0.5 (2018-05-09)`
    Encode url in close_page_connection().

+ `2.0.3 (2018-04-23)`
    Fix RawPostDataException.

+ `2.0.0 (2018-04-16)`
    Python 3 and Django 1.11 compabilty.

+ `1.2.3 (2018-01-23)`
    Raise error when API call fails.

+ `1.2.2 (2017-12-14)`
    Possible to keep DB locks in order to see user activity (time, username, ...).

+ `1.2.1 (2017-12-02)`
    Warning lock message updated by adding `user_reference` in most classes
    it's `username` plus deactivate old lock records.

+ `1.2.0 (2017-10-30`)
    Fix naming by renaming `LockPage*` to `PageLock*`.

+ `1.1.3 (2017-10-30`)
    Update warning message.

+ `1.1.2 (2017-10-18`)
    Fix configuration of the package.

+ `1.1.1 (2017-10-18`)
    Update configuration of the package.

+ `1.1.0 (2017-10-17`)
    Adding custom messages.

+ `1.0.1 (2017-07-06)`
    Rename and re-organize structure of the project.

+ `1.0.0 (2017-07-06)`
    Initial version.

+ `0.1.0 (2016-12-21)`
    Upload configuration of the project.
