------------- * Fix `ROSETTA_REQUIRES_AUTH = False` wasn't respected (203, BarnabasSzabolcs) * Django-rosetta now requires Django 1.11 or newer. Rosetta 0.8.3 is the last version to support Django 1.8 through 1.10. (204, thanks claudep)
0.8.3
------------- * Replace the (no longer working) Microsoft translation API with the new Azure Translator API (Fixes 200 and 201, thank you svdvonde)
0.8.2
------------- * Avoid UnicodeEncodeError when quering strings (197, thanks YAtOff) * Test against Django 2.1
0.8.1
------------- * PR 194, thanks again jbaldivieso!
* Allow searching for plural strings, both in the original and translation. (Fixes 186) * HTML-encoding ampersands in the template (minor regression introduced with 0.8.0) * Stop showing "None" in the search input if there was no search query submitted
0.8.0
-------------- * PR 194, huge thanks to jbaldivieso:
* Better, cleaner RESTful URLs * Massive rewrite of Rosetta's view functions as CBVs * Better management of cached content
* Check for PEP8 validity during tests
0.7.14
-------------- * Updated installation docs (PR 190, thanks AuHau) * Test against Django 2.0