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

Drop 1.10 and below? #82

Open
tony opened this issue Dec 7, 2017 · 1 comment
Open

Drop 1.10 and below? #82

tony opened this issue Dec 7, 2017 · 1 comment

Comments

@tony
Copy link
Member

tony commented Dec 7, 2017

source: https://docs.djangoproject.com/en/2.0/releases/2.0/

Following the release of Django 2.0, we suggest that third-party app authors drop support for all versions of Django prior to 1.11. At that time, you should be able to run your package’s tests using python -Wd so that deprecation warnings do appear. After making the deprecation warning fixes, your app should be compatible with Django 2.0.

Backstory is Django 1.11 is LTS (Supported until April 2020).

@tony tony mentioned this issue Dec 7, 2017
7 tasks
@tony
Copy link
Member Author

tony commented Dec 7, 2017

Another benefit is this makes the testbed faster and maintenance easier as time goes by. 1.11 is a LTS support release.

I'm going to preliminarily rm 1.10 and below from tox/travis in my branch. If it's not agreed upon, I'll rebase the change out.

tony added a commit to develtech/django-robots that referenced this issue Dec 7, 2017
@tony tony mentioned this issue Dec 7, 2017
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

1 participant