sdelements/django-security

Support for Django 1.4

cwmrowe opened this issue · 4 comments

Having installed via PIP I am getting a message saying that Django 1.4 is not supported. Is there anything in the pipeline for support?

We haven't upgraded to Django 1.4 yet because the testsuite fails when you have the user profile setting set. I'll ask one of the guys here to investigate. The library should work fine with Django 1.4. In our setup.py file we explicitly state the version should be <1.4 (line 27), but I think this is because we haven't been testing things against that build.

Thanks, I'll give it a go on 1.4

That's great. If there are in fact any issues with 1.4 please let us know here.

I realize we've fixed this issue.