• 
      

    Move the TestPasswordHasher into Djblets.

    Review Request #15050 — Created May 13, 2026 and submitted — Latest diff uploaded

    Information

    Djblets
    master

    Reviewers

    Django removed the old SHA1PasswordHasher which we used to speed up
    unit tests. I had created a new replacement that just uses base64, but
    it was living inside the Review Board codebase. This change moves it
    into Djblets so we can use it from other packages as well.

    Used from another project that uses Djblets.

    Commits

    Files