chore: add __repr__s to various objects
e0d90206b3
chore: add __repr__s to various objects
fbf111f505
chore(ci): gh runner broken
6647bd8778
chore: release 65.15.1
5daad319cd
fix(templates): use login_url from context
20e3f3d7ba
docs: update ChangeLog
685996e2b7
perf: use import_string_cached where suitable
5390eabc0d
chore: use Django's import_string
b84d886543
chore(account): add type hints to models
23e7ad41fd
feat(mfa): allow form override for WebAuthn forms
f640250279
fix(account): LoginView, gracefully handle absence of account_signup
perf: cache adapter imports
Note this only caches the return value of the import-by-string operation, the adapter class.
fix: improve get_adapter typing
Those type check errors within allauth or in downstream projects?
07121ede00
perf: cache adapter imports
89f4cbea65
chore: use django's import_string
b5bf08c955
chore: improve get_adapter typing
32f1a0047b
chore(deps): update pytest-asyncio
350ec8d10f
chore: ignore more dev-only artifacts
f56fe18b24
feat(oidc): add support for ID token nonce
perf: cache adapter imports
86db538d5b
fix: improve get_adapter typing
f148e720d7
perf: cache adapter imports
5f03e92074
chore: use django's import_string
fix: improve get_adapter typing
7429c0f01a
fix: improve get_adapter typing
9711eaaf77
fix: improve get_adapter typing
5a0391b123
Improve get_adapter typing
d729357926
chore: release 65.14.3
d9a13e0309
fix: py38/39 compatibility
d0e4c6182a
chore: opening 65.14.3-dev
d6266c50cb
chore: release 65.14.2
Add support for recent python versions
This project works fine with Python 3.13.
d738912a83
chore: add append_query() and reverse_query() helpers