-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
The newest release of Django as of the time of this issue opening is 4.04. The current version of Django supported in this repo is 1.9X.
Key changes to make include:
- Calls to
load staticfilesshould now callload staticinstead. django.utils.translation.ugettext_lazyis nowdjango.utils.translation.gettext_lazyMIDDLEWARE_CLASSEShas been renamed toMIDDLEWARE.- Session authentication middleware has been deprecated.
- The
url()function indjango.conf.urlsis nowre_path(). - The Login operation in
django.contrib.authhas been replaced withLoginView. - Requirements.txt should indicate this new version.
A PR for these changes is forthcoming.
StephenShedden
Metadata
Metadata
Assignees
Labels
No labels