mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fixes #1280 - Use SimpleLazyObject to defer get_user_model() evaluation - Prevents circular import when custom user models import from axes - Add test coverage for lazy evaluation in test_conf.py |
||
|---|---|---|
| .. | ||
| handlers | ||
| locale | ||
| management | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| attempts.py | ||
| backends.py | ||
| checks.py | ||
| conf.py | ||
| decorators.py | ||
| exceptions.py | ||
| helpers.py | ||
| middleware.py | ||
| models.py | ||
| signals.py | ||
| utils.py | ||