mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +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
|
* Ruqouyyah Muhammad
|
||||||
* Loveth Omokaro
|
* Loveth Omokaro
|
||||||
* Abayomi Victory
|
* Abayomi Victory
|
||||||
|
* Toria
|
||||||
|
|
||||||
|
|
||||||
Translators
|
Translators
|
||||||
|
@ -140,7 +140,7 @@ After upgrading, you will need to run `./manage.py rebuild_references_index` in
|
|||||||
|
|
||||||
### Recommend `WagtailPageTestCase` in place of `WagtailPageTests`
|
### 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.
|
* `WagtailPageTests` will continue to work and does log in the user on test `setUp` but may be deprecated in the future.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
Reference in New Issue
Block a user