-------------
* Supported Django versions are now 1.7, 1.8 and 1.9
* Added proper documentation
* Fixed typo in documentation (PR 130, thanks dfrdmn)
* Fixes the Fuzzy toggle link by adding an actual toggle checkbox (Issue 132, thanks EmilStenstrom)
* Better handling of Custom User Models while checking wether the current User is authorized to translate (Issue 131, thanks EmilStenstrom)
* Include the testproject in the sdist tarball to allow Debian to run tests during installation (Issue 137, thanks fladi)
* Display an explicit error message to the enduser when saving the POfile fails for some reason (Issue 135, thanks pgcd)
* Added support for PEP 3101 string formatting (PR 140, thanks adamjforster)
* Added support for composite locales, e.g. 'bs-Cyrl-BA' (Issue 142, thanks felarov)
* Fixed a misplaced CSRF token (PR 145, thanks pajod)