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

Be smarter with django requirements version #31

Merged
merged 1 commit into from
Mar 12, 2013

Conversation

franckbret
Copy link

Since Feb. 26, 2013 Django 1.5 has been released, so if you say that your module requires Django, setup will automatically install 1.5.
If it's convenient for new project that's not the case for old one's...
In this case best options are to require a decent version of Django for which we are sure django-select2 is fully compatible.
In this pull request I've set it to Django>=1.3
Another option is to remove django requirement as it let user make their own choice.

applegrew added a commit that referenced this pull request Mar 12, 2013
Be smarter with django requirements version
@applegrew applegrew merged commit 9731167 into applegrew:master Mar 12, 2013
@franckbret
Copy link
Author

Thx

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

Successfully merging this pull request may close these issues.

2 participants