pull/10478/head
Matt Westcott 2023-05-24 11:07:50 +01:00
rodzic f005990b4a
commit 530531ab62
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ Changelog
* Docs: Document how to add StructBlock data to a StreamField (Ramon Wenger)
* Docs: Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)
* Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)
* Docs: Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah)
* Maintenance: Switch to ruff for flake8 / isort code checking (Oliver Parker)

Wyświetl plik

@ -34,6 +34,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
* Document how to add StructBlock data to a StreamField (Ramon Wenger)
* Update ReadTheDocs settings to v2 to resolve urllib3 issue in linkcheck extension (Thibaud Colas)
* Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)
* Reorganise snippets documentation to cover customisations and optional features (Sage Abdullah)
### Maintenance