Does askbot support django 1.4 trunk version?
I am going to try askbot with new django trunk, does anyone run it successfully before?
I found 1.4 and 1.3 version of django are different on how they handle csrf middleware. I tried OSQA and it failed to run in 1.4 and I could only run on 1.3
Comments
In addition to everything else, I would recommend looking at the release notes and making a mental note of anything that needs to be checked: https://docs.djangoproject.com/en/dev/releases/1.4/
Is Django 1.4 supported at this point?
No, not supported yet. Could work if you migrate settings to 1.4 style, but not tested.