Release note for model audit logging

pull/7571/head
Matt Westcott 2021-10-04 14:01:25 +01:00
rodzic cc416215b6
commit 9aa2f68dfa
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
2.15 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Extended audit logging to all models and added a history view for snippets and ModelAdmin (Matt Westcott. Sponsored by The Motley Fool)
* Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Introduced template components, a standard mechanism for renderable objects in the admin (Matt Westcott)

Wyświetl plik

@ -12,6 +12,12 @@ Wagtail 2.15 is designated a Long Term Support (LTS) release. Long Term Support
What's new
==========
Audit logging for all models
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Audit logging has been extended so that all models (not just pages) can have actions logged against them. The Site History report now includes logs from all object types, and snippets and ModelAdmin provide a history view showing previous edits to an object. This feature was developed by Matt Westcott, and sponsored by `The Motley Fool <https://www.fool.com/>`_.
Other features
~~~~~~~~~~~~~~