wagtail-modeltranslation/wagtail_modeltranslation/tests
Alexandre Silva 64d78b2995 The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69
Patching of the search_fields to allow the indexation of translated fields on elasticsearch - closes #66
2016-03-15 17:00:24 +00:00
..
fixtures Adapted the django-modeltranslation tests to wagtail-modeltranslation. 2016-02-25 10:49:43 +00:00
test_app Added test to evaluate the Page subclasses field creation. Changed the a way a subclass Page is detected (translator.py). 2016-02-29 09:52:26 +00:00
__init__.py Adapted the django-modeltranslation tests to wagtail-modeltranslation. 2016-02-25 10:49:43 +00:00
models.py The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69 2016-03-15 17:00:24 +00:00
project_translation.py Pep8 modification in the tests files. 2016-02-25 10:58:13 +00:00
settings.py Pep8 modification in the tests files. 2016-02-25 10:58:13 +00:00
test_settings.py Adapted the django-modeltranslation tests to wagtail-modeltranslation. 2016-02-25 10:49:43 +00:00
tests.py The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69 2016-03-15 17:00:24 +00:00
translation.py The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69 2016-03-15 17:00:24 +00:00
urls.py The patching of the wagtail models is now made during the init of the said models so there is no need to inherit from TranslationMixin and SnippetsMixin - ref #69 2016-03-14 15:50:39 +00:00