django-passkeys
django-passkeys copied to clipboard
V1.3.0
Add Support to Django 5.0 and Python3.12
@mkalioby I think using assertEqual
directly (as done in #29) instead of aliasing assertEquals
to assertEqual
makes more sense. As far as I can see, assertEquals
has never been officially documented and as such using only assertEqual
should not break anything in any version.
It breaks on django v5.0
@mkalioby I have just noticed that there was a typo in my last comment. I meant just using assertEqual
(not assertEquals
) should not break anything. I apologize for the confusion.