^^^^^^
* Added ``signals.write_page`` which is fired after the storage backend has
written the content.
* Added ``utils.eventlog_write`` for using `pinax.eventlog`_ and the
aforementioned ``write_page`` signal to track built items.
* Added a `ModelAdmin action`_ for building a selection of model instances
into their static counterparts, from the admin changelist.
* Made the receiver ``utils.build_page_for_obj`` actually work.
* the ``models`` module will be compiled using Cython, if installed.
.. _pinax.eventlog: https://github.com/pinax/pinax-eventlog
.. _ModelAdmin action: https://docs.djangoproject.com/en/stable/ref/contrib/admin/actions/