Changes between Version 2 and Version 3 of Ticket #36901, comment 6


Ignore:
Timestamp:
Mar 30, 2026, 9:19:07 AM (2 weeks ago)
Author:
Afenomamy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36901, comment 6

    v2 v3  
    99    - For **Performance:**   make_password  will be called directly for the dummy hashing. This avoids the overhead of instantiating a UserModel instance simply to call set_password().
    1010    - I think adding more tests is not needed.
     11
     12    https://github.com/anjaniacatus/django/tree/ticket_36901
Back to Top