I\'d like to send an ajax request (via Jquery, although I think that\'s irrelevant in this situation) without using a form element in Django. According to the documentation,
You're right - this appears to be a bug in the documentation. You should be able to use csrf_exempt instead (same documentation page).