From 9bd97f54eacbd0626a2b7ffb643b00a9c0c7b766 Mon Sep 17 00:00:00 2001 From: zerolab Date: Sun, 10 Mar 2024 16:53:01 +0000 Subject: [PATCH] Tidy up README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bded2b7a..11ee77e1 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ We'll be at Wagtail Space US this year! The Call for Participation and Registrat Wagtail Localize requires the following: - Python (3.8, 3.9, 3.10, 3.11) -- Django (3.2, 4.1, 4.2) -- Wagtail (4.1, 5.1, 5.2) with [internationalisation enabled](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html#configuration) -- [wagtail-modeladmin](https://pypi.org/project/wagtail-modeladmin/) if `using wagtail_localize.modeladmin` and Wagtail >= 5.0 +- Django (3.2, 4.2, 5.0) +- Wagtail (5.2, 6.0) with [internationalisation enabled](https://docs.wagtail.org/en/stable/advanced_topics/i18n.html#configuration) +- [wagtail-modeladmin](https://pypi.org/project/wagtail-modeladmin/) if `using wagtail_localize.modeladmin` and Wagtail >= 5.2 ## Installation @@ -105,8 +105,8 @@ Now you can run tests as shown below: tox ``` -or, you can run them for a specific environment `tox -e python3.8-django3.2-wagtail4.1` or specific test -`tox -e python3.9-django3.2-wagtail4.1-sqlite -- wagtail_localize.tests.test_edit_translation.TestGetEditTranslationView` +or, you can run them for a specific environment `tox -e python3.11-django4.2-wagtail5.2` or specific test +`tox -e python3.11-django4.2-wagtail5.2-sqlite -- wagtail_localize.tests.test_edit_translation.TestGetEditTranslationView` To run the test app interactively, use `tox -e interactive`, visit `http://127.0.0.1:8020/admin/` and log in with `admin`/`changeme`.