Hi.
I find it useful to turn DeprecationWarnings into exeptions on the development server in order to ease the future transition to the next Django LTS release.
After migrating to Django 1.8.5, we received some unexpected exceptions on the devel server, related to the recently deprecated features (like the 'context_instance' kwarg in render_to_response() ).
Could the developers please mention ALL the new deprecations in the changelog for every minor version release? It would be very convenient to know about these before upgrading.