mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Release 2.1.0
This commit is contained in:
parent
ec9a63c340
commit
ea9a87b7de
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.1.0 (2016-07-14)
|
||||
------------------
|
||||
|
||||
- Add `default_app_config` so you can just use `axes` in `INSTALLED_APPS`
|
||||
[vdboor]
|
||||
|
||||
|
||||
2.0.0 (2016-06-24)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.0.0'
|
||||
__version__ = '2.1.0'
|
||||
|
||||
default_app_config = "axes.apps.AppConfig"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue