Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.3 compatibility? #3

Open
slarti42uk opened this issue Oct 31, 2012 · 1 comment
Open

Django 1.3 compatibility? #3

slarti42uk opened this issue Oct 31, 2012 · 1 comment

Comments

@slarti42uk
Copy link

There is no mention of Django version required, however I've found that there is an issue running it with Django 1.3 as the tests use django.test.utils.override_settings, which only appeared in Django 1.4: https://docs.djangoproject.com/en/1.4/topics/testing/#overriding-settings

@leplatrem
Copy link
Collaborator

Thank you for you feedback !
Indeed, it should not require Django 1.4, @override_settings could be avoided.

We should pin the required version in setup.py. Feel free to open a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants