------------------
* Removed the decorators module, something that only existed to avoid installing a separate package. Instead you should install the updated
`uwsgidecorators <https://pypi.org/project/uwsgidecorators/>`_ package.
* Removed ``django_uwsgi.template.Loader`` (and the whole module) as it was broken and pretty hard to test without a custom build of uWSGI.
* Split all sections in the Status page into seperate admin pages: Actions, Applications, Jobs, Magic Table, Options, Status and Workers.
* Removed the old django debug toolbar and replaced with 2 new panes:
* ``django_uwsgi.panels.UwsgiWorkersPanel``
* ``django_uwsgi.panels.UwsgiActionsPanel``