Add disabled cookies as possible cause of csrf token 403 debug page

2011-12-12 Thread h3
I tried and double checked the given possibilities and ended up finding that cookies were diabled on my phone.. Would be nice if there was a hint about this in the debug page. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: Documentation for CBV's?

2011-12-12 Thread Russell Keith-Magee
On Mon, Dec 12, 2011 at 4:04 PM, Victor Hooi wrote: > Russ Magee/Preston: > > I don't know if I'm either qualified enough or knowledgeable enough on > Django's core to contribute substantially to the documentation itself...lol. Everyone has to begin somewhere, and

Re: Django-nonrel patches

2011-12-12 Thread Anssi Kääriäinen
On Dec 12, 4:53 pm, Wilfred Hughes wrote: > > [Django] is (sort of) _emulating_ SQL cascading deletes, but it does so in > > a way that doesn't assume anything at all from the backend. > > I'm not sure this is correct. If I define the following models: > In [1]: from

Re: Django-nonrel patches

2011-12-12 Thread Karen Tracey
On Mon, Dec 12, 2011 at 9:53 AM, Wilfred Hughes wrote: > Following up on #17338 ([nonrel] supports_deleting_related_objects > database feature flag): > > carljm said that: > > > [Django] is (sort of) _emulating_ SQL cascading deletes, but it does so > in a way that

Re: Django-nonrel patches

2011-12-12 Thread Wilfred Hughes
Following up on #17338 ([nonrel] supports_deleting_related_objects database feature flag): carljm said that: > [Django] is (sort of) _emulating_ SQL cascading deletes, but it does so in a > way that doesn't assume anything at all from the backend. I'm not sure this is correct. If I define the

Re: Python 3 port - all MySQL tests now pass on 2.6.7 and 3.2.2 with the same codebase

2011-12-12 Thread Tom Evans
On Fri, Dec 9, 2011 at 7:43 PM, Joe & Anne Tennies wrote: > The thing is, we aren't trying to "scientifically correct" statistics. What > we're aiming to say is, "This is not so wildly different as to be of any > concern." We aren't looking for minor difference, but orders of

Re: Documentation for CBV's?

2011-12-12 Thread Victor Hooi
Russ Magee/Preston: I don't know if I'm either qualified enough or knowledgeable enough on Django's core to contribute substantially to the documentation itself...lol. However, I am happy to offer whatever I can - whether that means proofing drafts, contributing a beginner's viewpoint, or