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
* pr890:
Revert the SECRET_KEY change per the discussion on PR#890
Fix issue that occurs when using bytes as secret key. The Django secret key can and should be random bytes which may or may not be decodable to UTF-8.
0 commit comments