﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14501	Django runserver + Chrome/Safari + AJAX POST quirk	davemckenna01	nobody	"Only with Safari and Chrome on Windows on my local machine using the django runserver, some views were randomly not returning a response to ajax POST requests. Sometimes they would, sometimes they would not.

The solution was this:

The data I was passing in to the view via POST was just one key/val pair: ""action=remove"". Now, I wasn't actually using this data in my view. Once I assigned the data to a var in my view, (i.e. foo = request.POST['action']), the view would return a response to ajax requests every time.

Am I missing something - or does that seem like a crazy weird bug?"		closed	Uncategorized	1.1		worksforme	runserver post view ajax chrome safari		Unreviewed	0	0	0	0	0	0
