Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump django-otp from 1.0.2 to 1.5.4 (#22)
## Summary by Sourcery Bump django-otp from version 1.0.2 to 1.5.4, introducing several enhancements and bug fixes. Key improvements include support for the segno library for QR codes, a new signal for OTP verification failures, and enhanced admin search capabilities. Additionally, a bug fix addresses issues with proxy models in device model iteration. Bug Fixes: - Fix issues related to proxy models by discarding them when iterating device models. Enhancements: - Add support for the segno library for generating QR codes, providing an alternative to the previously supported qrcode library. - Introduce a new signal for OTP verification failures, allowing better handling of such events. - Enhance admin search functionality by allowing searches using username and email.
- Loading branch information