pull/3794/merge
Matt Westcott 2017-10-05 15:40:55 +01:00
rodzic 48cfb8e790
commit de3f9550b4
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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))

Wyświetl plik

@ -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
^^^^^^^^^^^^^^^^^

Wyświetl plik

@ -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))