-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Django 1.11 is the next LTS release of Django and the last release to support Python 2. Luckily, Django 1.11 will be supported with security updates until sometime in 2020 so there's no immediate rush to rewrite everything to Python 3 just yet. Still, Django 1.8 will soon stop getting security updates, so upgrading to Django 1.11 now means it will still be easy to take in new Django Security fixes. Migrating was fairly straight-forward, and involved reading the release notes of Django 1.9, 1.10 and 1.11, as well as upgrading any third-party libs that had released compatibility updates for Django 1.11: - https://docs.djangoproject.com/en/1.11/releases/1.9/ - https://docs.djangoproject.com/en/1.11/releases/1.10/ - https://docs.djangoproject.com/en/1.11/releases/1.11/
- Loading branch information
1 parent
1cb6b98
commit 3637eea
Showing
4 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
boto==2.42 | ||
django-anymail==4.3 | ||
django-compressor==2.1 | ||
django-dbbackup==2.5.0 | ||
django-compressor==2.2 | ||
django-dbbackup==3.0.2 | ||
django-debug-toolbar==1.9.1 | ||
django-filter==0.13 | ||
django-registration-redux==1.2 | ||
django-filter==1.1 | ||
django-registration-redux==1.8 | ||
django-storages-redux==1.3.2 | ||
django-subdomains==2.1.0rc0 | ||
django==1.8.14 | ||
djangorestframework==3.3.3 | ||
django==1.11.15 | ||
djangorestframework==3.7.1 | ||
flake8==2.6.2 | ||
newrelic==4.2.0.100 | ||
django-cors-headers==2.4.0 |