Skip to content

Commit

Permalink
📝(doc) add missing upgrade instruction to 2.13
Browse files Browse the repository at this point in the history
Add missing upgrade instructions to upgrade richie from 2.12.x to 2.13.x
  • Loading branch information
igobranco authored and sampaccoud committed Feb 23, 2022
1 parent ce32901 commit f4e6671
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ $ make migrate

## Unreleased

## 2.12.x to 2.13.x

- Add `dal` and `dal_select2` to your installed apps.
```python
INSTALLED_APPS = (
# ...
'dal',
'dal_select2',
)
```

## 2.10.x to 2.11.x

- If you overrode `richie/base.html`, the `branding_footer` template block has been renamed to
Expand Down

0 comments on commit f4e6671

Please sign in to comment.