django-passkeys icon indicating copy to clipboard operation
django-passkeys copied to clipboard

V1.3.0

Open mkalioby opened this issue 1 year ago • 3 comments

Add Support to Django 5.0 and Python3.12

mkalioby avatar Nov 09 '23 10:11 mkalioby

@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.

rafaelurben avatar Sep 03 '24 16:09 rafaelurben

It breaks on django v5.0

mkalioby avatar Sep 03 '24 16:09 mkalioby

@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.

rafaelurben avatar Sep 03 '24 21:09 rafaelurben