Re: Django 1.4 bug: Using cache_page and csrf_protect decorators results in a messy Set-Cookie response header.

2012-05-17 Thread Paul McMillan
No. please open a new bug detailing this issue. -Paul On Tue, May 15, 2012 at 6:53 AM, Rafał Stożek wrote: > Should we reopen https://code.djangoproject.com/ticket/15863 then? > > > On Mon, May 14, 2012 at 4:39 PM, Suteepat Damrongyingsupab > wrote: >> >> Hi all, >> Thanks for your help to inve

Re: Exception Middleware not run [was Re: Subclass handle_uncaught_exception]

2012-05-17 Thread Tom Evans
On Thu, May 17, 2012 at 9:51 AM, rorycl wrote: > Hi Tom > > Thanks for your email. > > On May 16, 4:14 pm, Tom Evans wrote: >> On Wed, May 16, 2012 at 12:32 PM, Rory Campbell-Lange >> >> wrote: > >> > I have a view raising a specific exception I would like to catch and >> > provide an HttpRespon

Re: Django-mssql with the dream of passing the test suite

2012-05-17 Thread VernonCole
I should mention that if you use pywin32 build 215 or newer, an appropriate version of adodbapi will already be included. You do not need to download it separately from sourceforge or PyPi unless you are running IronPython. Since pywin32 is already a dependency for django-mssql, you should be

Re: Django-mssql with the dream of passing the test suite

2012-05-17 Thread VernonCole
Micheal: I note that your code is using the Adam Vandenberg fork of adodbapi. I have rolled Adam's changes back into the main branch of adodbapi, so that django can have the advantages of numerous bug fixes, as well as the ability to run in Python3 and IronPython. I have attempted to make

Re: Exception Middleware not run [was Re: Subclass handle_uncaught_exception]

2012-05-17 Thread rorycl
Hi Tom Thanks for your email. On May 16, 4:14 pm, Tom Evans wrote: > On Wed, May 16, 2012 at 12:32 PM, Rory Campbell-Lange > > wrote: > > I have a view raising a specific exception I would like to catch and > > provide an HttpResponse based on this exception. > > If it is one view raising one