0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

3.0 release notes - fix heading

This commit is contained in:
LB Johnston 2022-04-07 23:28:03 +10:00
parent 5522769a9c
commit 7d3ee400fe

View File

@ -198,7 +198,7 @@ After setting the keyword argument, make sure to generate and run the migrations
- In Wagtail 2.10 a `clean_name` field was added to form field models that extend `AbstractFormField` and this initially supported legacy migration of the [Unidecode](https://pypi.org/project/Unidecode/) label conversion.
- Any new fields created since then will have used the [AnyAscii](https://pypi.org/project/anyascii/) conversion and Unidecode has been removed from the included packages.
## Setting change `BASE_URL` is now `WAGTAILADMIN_BASE_URL`
### Setting change `BASE_URL` is now `WAGTAILADMIN_BASE_URL`
- See [](wagtailadmin_base_url).
- `BASE_URL` was not documented but it provides a way to configure the base URL for the Wagtail admin which is used mostly in notifications.