Re: docs.djangoproject.com very slow

2013-07-29 Thread Florian Apolloner
Hi, should be back to normal by now. On Monday, July 29, 2013 7:46:20 PM UTC+2, Kevin Veroneau wrote: > > Not sure where to report this, but the docs.djangoproject.com is going > very slow today, and I received a "504 Gateway Time-out" from the nginx > server. Any ideas? > -- You received th

docs.djangoproject.com very slow

2013-07-29 Thread Kevin Veroneau
Not sure where to report this, but the docs.djangoproject.com is going very slow today, and I received a "504 Gateway Time-out" from the nginx server. Any ideas? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this gr

Re: Proposal: Modifying the CSRF protection scheme

2013-07-29 Thread Shai Berger
Hi (quotation below edited) On Monday 29 July 2013 17:59:53 Matthew Lauber wrote: > On Sat, Jul 27, 2013 at 7:12 PM, Shai Berger wrote: > > > > a) Use a signed cookie for csrftoken -- using Django's existing signing > > facility[4], this means signing the cookie with the SECRET_KEY from the > >

Re: Proposal: Modifying the CSRF protection scheme

2013-07-29 Thread Matthew Lauber
As I understand (a), it sounds like an excellent scheme, and something that would be simple to update behind the scenes without unduly affecting application code. I'm more ambivalent about (b). Have you or anyone else started work on a patch/pull-request for this? On Sat, Jul 27, 2013 at 7:12

Re: Streaming sitemaps

2013-07-29 Thread julianb
But then it still makes it better on the Python side. You still have psycopg memory problems but don't you have that now all the time anyways? On Friday, July 26, 2013 11:50:57 AM UTC+2, Aymeric Augustin wrote: > > On 26 juil. 2013, at 09:40, julianb > > wrote: > > > I don't think the queryset

[ANN] django-localflavor 1.0 release

2013-07-29 Thread Jannis Leidel
Hi all, As proposed two months ago [1], I just released django-localflavor 1.0 with all "local flavors" recombined. This fixes the failed handover of the django.contrib.localflavor app to the broader community with the per-country django-localflavor-* apps before the Django 1.5 release. Those

Re: Proposal: Implement CORS & OAuth/OAuth2

2013-07-29 Thread Daniel Greenfeld
I'm going to give a strong +1 here. In fact, can I inflate that to +100? As soon as something gets into Django itself then any improvements or API changes occur at a much slower pace. This is out of the necessity of providing a stable interface for developers. This becomes incredibly problemati