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:
parent
a4f6c04613
commit
674c67b933
@ -641,6 +641,7 @@ Contributors
|
||||
* Ruqouyyah Muhammad
|
||||
* Loveth Omokaro
|
||||
* Abayomi Victory
|
||||
* Toria
|
||||
|
||||
|
||||
Translators
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user