This release is mainly to wrangle dependencies to the in-progress new frontend.
Changed
- There's more detail on how to set up federated logins in the docs.
- Make
AUTHENTICATION_BACKENDS
setting mutable by making it a list, not a tuple.
Fixed
- Do not run processes as
root
in Docker production container
(#921)