Re: HttpResponse_is_string is removed Django 1.4

2012-04-10 Thread Tom Evans
On Fri, Apr 6, 2012 at 3:56 PM, Ian Clelland wrote: > > > On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: >> >> Hi, >> >> I have noticed that the class variable HttpReponse._is_string (in >> django/http/__init__.py) is removed in Django 1.4. I was

Re: HttpResponse_is_string is removed Django 1.4

2012-04-06 Thread Rajat Jain
Thanks for the reply. Yeah I was just setting this to true. On Friday, April 6, 2012, Ian Clelland wrote: > > > On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: >> >> Hi, >> I have noticed that the class variable HttpReponse._is_string (in

Re: HttpResponse_is_string is removed Django 1.4

2012-04-06 Thread Ian Clelland
On Thu, Apr 5, 2012 at 6:07 PM, Rajat Jain wrote: > Hi, > > I have noticed that the class variable HttpReponse._is_string (in > django/http/__init__.py) is removed in Django 1.4. I was setting this > variable in a couple of places in my code, so that piece of code is >

HttpResponse_is_string is removed Django 1.4

2012-04-05 Thread Rajat Jain
Hi, I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py) is removed in Django 1.4. I was setting this variable in a couple of places in my code, so that piece of code is breaking in Django 1.4. Do you know if this field is required at all? If not, is it

HttpResponse_is_string is removed Django 1.4

2012-04-05 Thread Rajat Jain
Hi, I have noticed that the class variable HttpReponse._is_string (in django/http/__init__.py) is removed in Django 1.4. I was setting this variable in a couple of places in my code, so that piece of code is breaking in Django 1.4. Do you know if this field is required at all? If not, is it just