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:
parent
2ba00d99b0
commit
c577554838
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user