You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
mattayes
changed the title
What versions of Django does the project support?
Which versions of Django does the project support?
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)!
Checklist
master
branch of django-smart-selects.models.py
,forms.py
, andviews.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!
The text was updated successfully, but these errors were encountered: