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
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
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:
load staticfilesshould now callload staticinstead.django.utils.translation.ugettext_lazyis nowdjango.utils.translation.gettext_lazyMIDDLEWARE_CLASSEShas been renamed toMIDDLEWARE.url()function indjango.conf.urlsis nowre_path().django.contrib.authhas been replaced withLoginView.A PR for these changes is forthcoming.