#14436: Bump PendingDeprecationWarnings to DeprecationWarnings ----------------------------+----------------------------------------------- Reporter: russellm | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- The PendingDeprecationWarnings introduced in Django 1.2 need to be escalated to full DeprecationWarnings. The test suite will then require additional checks to silence warnings known to occur.
The small number of full DeprecationWarnings in 1.2 need to be escalated to a removal from the codebase. This means admin.site.root() and the SetRemoteAddrFromForwardedFor Middleware. See also #13588, which does the deprecation for admin.site.root, as well as other changes to make the admin site make the most of the URL reversal tools that are now guaranteed available. -- Ticket URL: <http://code.djangoproject.com/ticket/14436> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
