===================
* Let the ``form_processing_action`` decorator also support pure Django
changelist actions.
* Support multiple Django admin sites in ``form_processing_action``.
* Wrap the form fields in the default template used by
``form_processing_action`` in a block named ``formfields``.
* ``form_processing_action`` now also passes the object or queryset as second
argument to the decorated actions.