Version 5.0.8

This commit is contained in:
Aleksi Häkli 2019-07-09 14:57:00 +02:00
parent 2e2dbfad60
commit bb33a0c5da
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 10 additions and 4 deletions

View file

@ -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)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '5.0.7'
__version__ = '5.0.8'
default_app_config = 'axes.apps.AppConfig'