kopia lustrzana https://github.com/wagtail/wagtail
Release note for model audit logging
rodzic
cc416215b6
commit
9aa2f68dfa
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue