Re: 1.9 release planning

2015-06-25 Thread Tim Graham
Thanks to everyone for feedback! The technical board has signed off on these changes. Here are the results: https://www.djangoproject.com/weblog/2015/jun/25/roadmap/ - Django’s Roadmap https://github.com/django/django/pull/4897 - Updated release process for new release schedule. https://github

Re: CommonMiddleware DISALLOWED_USER_AGENTS logic

2015-06-25 Thread Aymeric Augustin
2015-06-24 23:48 GMT+02:00 Shai Berger : > That is exactly the point: Before the proposed change, you *cannot* control > the page returned for disallowed user agent via handler403(), because that > handler is called when the PermissionDenied exception is raised, not when a > Response object is ret