0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Fix heading level

This commit is contained in:
Matt Westcott 2022-03-02 11:38:46 +00:00
parent dc8fdeb11e
commit d4899f5a51

View File

@ -51,7 +51,7 @@ Here are other changes related to the redesign:
* The field now internally uses `JSONField` instead of `TextField`.
* If you have a large number of `PageRevision` objects, running the migrations might take a while.
## Replaced `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry`
### Replaced `data_json` `TextField` with `data` `JSONField` in `BaseLogEntry`
* The `data_json` field in the `BaseLogEntry` model has been renamed to `data`.
* The field now internally uses `JSONField` instead of `TextField`.