diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 0842c4f0fe..d7243798e2 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -641,6 +641,7 @@ Contributors * Ruqouyyah Muhammad * Loveth Omokaro * Abayomi Victory +* Toria Translators diff --git a/docs/releases/4.1.md b/docs/releases/4.1.md index 3e41016e7d..9ea678423e 100644 --- a/docs/releases/4.1.md +++ b/docs/releases/4.1.md @@ -140,7 +140,7 @@ After upgrading, you will need to run `./manage.py rebuild_references_index` in ### Recommend `WagtailPageTestCase` in place of `WagtailPageTests` -* `WagtailPageTestCase` is the base testing class and is now recommended over using `WagtailPageTestCase` [](testing_reference). +* `WagtailPageTestCase` is the base testing class and is now recommended over using `WagtailPageTests` [](testing_reference). * `WagtailPageTests` will continue to work and does log in the user on test `setUp` but may be deprecated in the future. ```python