wagtail-modeltranslation/wagtail_modeltranslation/tests
Dario Marcelino a92cf200a3 #195: cache each language's site root paths individually
instead of evicting the cache when language changes.
Patch `Page._get_site_root_paths()` and `Page.get_url_parts()` on Wagtail<1.11
Update `test_root_page_slug` to cover more scenarios
2018-04-03 09:04:02 +01:00
..
__init__.py Added unit testing without the testcases of django-modeltranslation. 2017-02-23 15:58:51 +00:00
models.py Change imports for wagtail2 2018-03-14 11:38:10 +00:00
settings.py #143: adds failing tests for StreamField fallback 2017-12-12 20:19:17 +00:00
test_settings.py Added unit testing without the testcases of django-modeltranslation. 2017-02-23 15:58:51 +00:00
tests.py #195: cache each language's site root paths individually 2018-04-03 09:04:02 +01:00
translation.py Adds RoutablePage test 2017-12-27 16:19:51 +00:00
urls.py Change imports for wagtail2 2018-03-14 11:38:10 +00:00
util.py #195, PageFactory.create_page_tree: add a top root node to mimic Wagtail's behaviour 2018-04-02 17:13:06 +01:00