mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
Fix heading level
This commit is contained in:
parent
dc8fdeb11e
commit
d4899f5a51
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user