kopia lustrzana https://github.com/wagtail/wagtail
Release note for #3824
rodzic
48cfb8e790
commit
de3f9550b4
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
1.13 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Front-end cache invalidator now supports purging URLs as a batch (Karl Hobley)
|
||||
* Custom document model is now documented (Emily Horsman)
|
||||
* Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas)
|
||||
* Wagtailforms serve view now passes `request.FILES`, for use in custom form handlers (LB (Ben Johnston))
|
||||
|
|
|
|||
|
|
@ -190,6 +190,8 @@ This signal handler would trigger the invalidation of the index page using the
|
|||
blog_page_changed(instance)
|
||||
|
||||
|
||||
.. _frontend_cache_invalidating_urls:
|
||||
|
||||
Invalidating URLs
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ What's new
|
|||
Other features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Front-end cache invalidator now supports purging URLs as a batch - see :ref:`frontend_cache_invalidating_urls` (Karl Hobley)
|
||||
* :doc:`Custom document model </advanced_topics/documents/custom_document_model>` is now documented (Emily Horsman)
|
||||
* Use minified versions of CSS in the admin by adding minification to the front-end tooling (Vincent Audebert, Thibaud Colas)
|
||||
* Wagtailforms serve view now passes ``request.FILES``, for use in custom form handlers (LB (Ben Johnston))
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue