Anyone have time for a 5-for-1?

2012-10-02 Thread Stephen Burrows
If there are any core devs with time for it, I'd like to cash in some triage. I've triaged: https://code.djangoproject.com/ticket/15338 https://code.djangoproject.com/ticket/16630 https://code.djangoproject.com/ticket/18413 https://code.djangoproject.com/ticket/12836 https://code.djangoproject.co

Re: Optimization request - give ``request.session`` lazy read

2012-10-02 Thread Aymeric Augustin
2012/10/2 jdetaeye > > If the query is a problem for you that requires optimization, you're > probably better off using cookie-based sessions. Either that, or the cache backend. Sessions are the easiest thing to move out of the database when you have scaling problems. -- Aymeric. -- You re

Re: Optimization request - give ``request.session`` lazy read

2012-10-02 Thread jdetaeye
If the query is a problem for you that requires optimization, you're probably better off using cookie-based sessions. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com.