URLField should allow scheme to be empty

2013-04-03 Thread SteveB
How to avoid those browser warnings about mixing secure and insecure content on a web page? Wouldn't it be great to be able to specify a URL for a resource (be it a script, image, iframe etc.) such that if the current page is insecure (using a http:// scheme) the content would be fetched using

Re: Django 1.5 using a cached HttpResponse with WSGI has an empty body

2013-04-03 Thread SteveB
I created a ticket for this problem: https://code.djangoproject.com/ticket/20187 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr

Re: Django 1.5 using a cached HttpResponse with WSGI has an empty body

2013-04-03 Thread SteveB
ot suitable for caching. That's something that my application can handle. Do you think this would work OK? I'll create a ticket to track this. Thanks, Stephen On Tuesday, 2 April 2013 20:03:49 UTC+1, Aymeric Augustin wrote: > > On 25 mars 2013, at 18:02, SteveB > > wrote

Django 1.5 using a cached HttpResponse with WSGI has an empty body

2013-03-25 Thread SteveB
With the change to HttpResponse made in Django 1.5, I'm finding that in my code, which caches a generated response, results in an empty body when that page is requested a second time. The first time the page is requested, it is not in the cache, and the page is generated normally and added to th

BigAutoField

2013-01-23 Thread SteveB
Hi, Can anybody provide an update on the request to define a BigAutoField in Django? We could really use this model field type without having to do workarounds and customizations. Can any of the Django developers comment on when this will be released? Thanks, Steve -- You received this message