mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-26 05:03:46 +00:00
include the translator tests
This commit is contained in:
parent
46c6ff05a3
commit
5304595cd7
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
from .tests import *
|
||||
from ..utils.microsofttranslator.test import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue