Hi Vasiliy, > Le 12 oct. 2015 à 14:53, Vasiliy Korol <[email protected]> a écrit : > > 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.
Isn’t it mentioned here: https://docs.djangoproject.com/en/1.8/releases/1.8/#dictionary-and-context-instance-arguments-of-rendering-functions ? It says it’s removed in 1.10 which translates into a DeprecationWarning in 1.8 Regards, Xavier, Linovia. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9C687207-F2F4-446D-B84D-AA9202B6A363%40linovia.com. For more options, visit https://groups.google.com/d/optout.

