• 
      

    Fix breakages and improve deprecation warnings for auth backends.

    Review Request #8334 — Created Aug. 18, 2016 and submitted

    Information

    Review Board
    release-3.0.x
    911fb94...

    Reviewers

    A previous change in 3.0 moved our auth backend support to use the new
    entrypoint-based registry classes, deprecating the old methods. This
    resulted in a breakage where auth backends couldn't be found, due to a
    typo in the entrypoint name.

    This change fixes that typo, and also fixes the deprecation warnings and
    documentation to both reference the correct objects/functions by path and
    to add missing spaces.

    Verified that the auth backends could load again.

    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/accounts/backends.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/accounts/backends.py
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (7d260e6)