mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add version 8 migration notes.
This commit is contained in:
parent
a58344c3ef
commit
31038278bd
1 changed files with 6 additions and 0 deletions
|
|
@ -75,6 +75,12 @@ Many people have different configurations for their development and production e
|
|||
and running the application with misconfigured settings can prevent security features from working.
|
||||
|
||||
|
||||
Version 8 breaking changes and upgrading from django-axes version 7
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Some database related utility functions have moved from ``axes.helpers`` to ``axes.handlers.database`` module and under the ``axes.handlers.database.AxesDatabaseHandler`` class.
|
||||
|
||||
|
||||
Version 7 breaking changes and upgrading from django-axes version 6
|
||||
-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue