Aarni Koskela akx · he/him
  • Turku, Finland
  • Joined on 2022年03月21日
akx created pull request allauth/django-allauth#4710 2026年04月07日 15:54:45 +02:00
chore: add __repr__s to various objects
akx pushed to reprs at akx/django-allauth 2026年04月07日 15:53:24 +02:00
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
Compare 10 commits »
akx created branch reprs in akx/django-allauth 2026年04月07日 15:53:24 +02:00
akx pushed to cache-imports at akx/django-allauth 2026年03月07日 09:40:57 +01:00
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
Compare 14 commits »
akx commented on pull request allauth/django-allauth#4689 2026年03月06日 07:27:40 +01:00
perf: cache adapter imports

Note this only caches the return value of the import-by-string operation, the adapter class.

akx commented on pull request allauth/django-allauth#4688 2026年03月06日 07:00:23 +01:00
fix: improve get_adapter typing

Those type check errors within allauth or in downstream projects?

akx pushed to cache-imports at akx/django-allauth 2026年03月05日 16:29:17 +01:00
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
Compare 9 commits »
akx pushed to oidc-nonce at akx/django-allauth 2026年03月04日 19:38:05 +01:00
f56fe18b24 feat(oidc): add support for ID token nonce
akx created branch oidc-nonce in akx/django-allauth 2026年03月04日 19:38:05 +01:00
akx created pull request allauth/django-allauth#4689 2026年03月04日 17:56:33 +01:00
perf: cache adapter imports
akx pushed to emtypen at akx/django-allauth 2026年03月04日 17:53:16 +01:00
86db538d5b fix: improve get_adapter typing
akx created branch cache-imports in akx/django-allauth 2026年03月04日 17:50:58 +01:00
akx pushed to cache-imports at akx/django-allauth 2026年03月04日 17:50:57 +01:00
f148e720d7 perf: cache adapter imports
5f03e92074 chore: use django's import_string
Compare 2 commits »
akx created pull request allauth/django-allauth#4688 2026年03月04日 17:42:34 +01:00
fix: improve get_adapter typing
akx pushed to emtypen at akx/django-allauth 2026年03月04日 17:41:34 +01:00
7429c0f01a fix: improve get_adapter typing
akx pushed to emtypen at akx/django-allauth 2026年03月04日 17:41:13 +01:00
9711eaaf77 fix: improve get_adapter typing
akx created branch emtypen in akx/django-allauth 2026年03月04日 17:40:53 +01:00
akx pushed to emtypen at akx/django-allauth 2026年03月04日 17:40:53 +01:00
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
Compare 10 commits »
akx commented on issue hjacobs/pykube-ng#47 2026年01月07日 14:53:18 +01:00
Add support for recent python versions

This project works fine with Python 3.13.

akx pushed to reverse_query at akx/django-allauth 2025年12月04日 19:00:47 +01:00
d738912a83 chore: add append_query() and reverse_query() helpers