Skip to content
New issue

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

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

Already on GitHub? # to your account

Which versions of Django does the project support? #195

Closed
6 tasks done
mattayes opened this issue Mar 29, 2017 · 3 comments
Closed
6 tasks done

Which versions of Django does the project support? #195

mattayes opened this issue Mar 29, 2017 · 3 comments
Labels

Comments

@mattayes
Copy link

mattayes commented Mar 29, 2017

Checklist

  • This issue is not about installing previous versions of django-smart-selects older than 1.2.8. I understand that previous versions are insecure.
  • I have verified that that issue exists against the master branch of django-smart-selects.
  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • I have debugged the issue to the smart_selects app.
  • I have reduced the issue to the simplest possible case.
  • I have included all relevant sections of models.py, forms.py, and views.py with problems.

Issue

Hi folks, I'm trying to upgrade from VERY old versions of Django (1.4) and django-smart-selects (1.1.1). Which versions of Django do you currently support? Which versions did previous releases support? Thanks for you help!

@mattayes mattayes changed the title What versions of Django does the project support? Which versions of Django does the project support? Mar 29, 2017
@blag blag added the Question label Mar 29, 2017
@blag
Copy link
Collaborator

blag commented Mar 29, 2017

Which versions of Django do you currently support?

We run tests against all "modern" versions of Django: those that currently have support from the Django developers. See the dependencies in the .travis.yml file for exactly what versions we are compatible with.

Which versions did previous releases support?

Our current set of supported Django versions hasn't changed since version 1.2.8 came out (which was a security release). Not only would this question force me to dig through the commit history, I simply don't want to answer it because it would enable you to use older, insecure versions of django-smart-selects. I highly recommend you use version 1.2.8 at minimum, and note that there hasn't been any huge or breaking changes since then.

Closing since I've kind of answered your question. Feel free to ask more (but please keep them in this issue if they're related to it)!

@blag blag closed this as completed Mar 29, 2017
@mattayes
Copy link
Author

mattayes commented Mar 29, 2017

Hey @blag, thanks for the quick response! .travis.yml has what I need.

@blag
Copy link
Collaborator

blag commented Mar 30, 2017

You're welcome; glad you found the answer you were looking for. 😄

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

No branches or pull requests

2 participants