0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

documentation - upgrading - fix formatting issue

- fix issue introduced by #8769
This commit is contained in:
LB Johnston 2022-07-03 14:15:50 +10:00 committed by LB (Ben Johnston)
parent 2ba00d99b0
commit c577554838

View File

@ -36,17 +36,13 @@ To upgrade:
- Update the `wagtail` line in your project's `requirements.txt` file to specify the latest patch release of the version you wish to install. For example, to upgrade to version 1.8.x, the line should read:
```text
wagtail>=1.8,<1.9
```
- Run:
```console
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
```
- Make any necessary code changes as directed in the "Upgrade considerations" section of the release notes.
- Test that your project is working as expected.