On Tue, Dec 13, 2011 at 12:23 AM, h3 <[email protected]> wrote: > 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.
That's a good idea. It looks like we're actually capturing that information in the middleware itself -- see REASON_NO_CSRF_COOKIE in django/middleware/csrf.py -- but not doing anything with it in the debug page. Can you open a ticket so that we don't forget? Thanks, Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
