0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00

4.1 Release notes - fix upgrade considerations

- Corrected a typo relating to WagtailPageTests usage and fixed whitespace issue
This commit is contained in:
Buraah 2022-10-19 13:05:00 +01:00 committed by LB (Ben Johnston)
parent a4f6c04613
commit 674c67b933
2 changed files with 2 additions and 1 deletions

View File

@ -641,6 +641,7 @@ Contributors
* Ruqouyyah Muhammad
* Loveth Omokaro
* Abayomi Victory
* Toria
Translators

View File

@ -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