include the translator tests

This commit is contained in:
Marco Bonetti 2013-12-26 14:46:07 +01:00
parent 46c6ff05a3
commit 5304595cd7
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Version 0.7.3
* Test against Django 1.6.1
* Missing context variable in catalog list (Issue #87 - Thanks @kunitoki)
* Added support for Yandex translation API (Issue #89 - Thanks @BlackWizard) See supported languages and limitations here: https://github.com/mbi/django-rosetta/pull/89
* Added support for the Azure translation API, replacing the BING API. (Issue #86, thanks @davidkuchar and @maikelwever)
* Removed support for the signed_cookies SESSION_ENGINE + SessionRosettaStorage in Django 1.6, because serialization of POFiles would fail
* Simplified the group membership test (Issue #90 - Thanks @dotsbb)

View file

@ -1 +1,2 @@
from .tests import *
from ..utils.microsofttranslator.test import *