Use registries for authentication backends
Review Request #7785 — Created Nov. 30, 2015 and submitted — Latest diff uploaded
Authentication backends now use Djblets registries for managing the set
of backends. The external API remains unchanged.There is now a
reviewboard.registries
module that contains a
specialized registry that populates from an entry point.Since registries are in Djblets 0.10.x, this updates Review Board to
depend on that version of Djblets.
- Ran unit tests.