mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0.8
This commit is contained in:
parent
2e2dbfad60
commit
bb33a0c5da
2 changed files with 10 additions and 4 deletions
12
CHANGES.rst
12
CHANGES.rst
|
|
@ -2,12 +2,18 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
Pending
|
||||
-------
|
||||
|
||||
- Stop axes.W003 check from being triggered for subclasses of ``AxesBackend``.
|
||||
5.0.8 (2019-07-09)
|
||||
------------------
|
||||
|
||||
- Add ``AXES_ONLY_ADMIN_SITE`` flag for only running Axes on admin site.
|
||||
[hramezani]
|
||||
- Add ``axes_reset_logs`` command for removing old AccessLog records.
|
||||
[tlebrize]
|
||||
- Allow ``AxesBackend`` subclasses to pass the ``axes.W003`` system check.
|
||||
[adamchainz]
|
||||
|
||||
|
||||
5.0.7 (2019-06-14)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.7'
|
||||
__version__ = '5.0.8'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue