* Made raven python breadcrumb patches work when librato monkey patches logging.
5.31.0
-------------------
* Improved fix for the Django middleware regression.
5.30.0
-------------------
* Keep the original type for the django middleware settings if we change them.
5.29.0
-------------------
* Added `register_logging_handler`. * Removed bad mixin from django's WSGI middleware * Removed "support for extracing data from rest_framework" because this broke code.
5.28.0
-------------------
* Corrected an issue that caused `close()` on WSGI iterables to not be correctly called. * Fixes the new Django 1.10 `MIDDLEWARE_CLASSES` warning.