Re: Merging Schema Alteration branch

2013-08-10 Thread Andrew Godwin
I'll take a look at those over the next few days, Florian, it's the most serious bug I've seen for a while! Big issues like that aside, this is never going to be bug-free at merge - I want to bring the merge forward a bit to avoid even more bugs being introduced by master and this branch deviating

Performance optimisation documents, ticket 20877

2013-08-10 Thread Daniele Procida
Work in progress; comments appreciated: Daniele -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving

Passing extra data to validator

2013-08-10 Thread Eric Cheung
It's only able to access a field value in validator but it would be lacked if checking request object data. Should better to have another parameter for passing data to validators? Maybe like this: form = MyForm(request.POST, validator_data={'user': request.user}) def my_validator(value, valida

Re: GZipMiddleWare documentation

2013-08-10 Thread Florian Apolloner
Hi, On Saturday, August 10, 2013 9:54:02 AM UTC+2, Daniele Procida wrote: > > There is this discussion: > which concludes that it shouldn't be deprecated because some versions of > nginx ( don't

Re: Merging Schema Alteration branch

2013-08-10 Thread Florian Apolloner
On Saturday, August 10, 2013 4:41:28 AM UTC+2, Russell Keith-Magee wrote: > > Say… Andrew… there's this guy on a black horse at my front door… says his > name is "Famine"… he wants to talk about the coming apocalypse… :-) > Indeed, I already got migrations which magically unapply themself everyt

Re: GZipMiddleWare documentation

2013-08-10 Thread Daniele Procida
On Sat, Aug 10, 2013, Russell Keith-Magee wrote: >I also have a nagging feeling in the back of my head that there have been >questions raised about whether GZIPMiddleware should exist *at all* -- that >there's some niggling detail in the WSGI spec that says that GZip >compression should be applie

Re: GZipMiddleWare documentation

2013-08-10 Thread Aymeric Augustin
On 10 août 2013, at 05:09, Russell Keith-Magee wrote: > I also have a nagging feeling in the back of my head that there have been > questions raised about whether GZIPMiddleware should exist *at all* -- that > there's some niggling detail in the WSGI spec that says that GZip compression > shou