Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli authored Apr 28, 2023
1 parent 31249a5 commit 107b9b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changes
=======


6.0.0b2 (2023-04-28)
--------------------

- Make ``django-ipware`` an optional dependency. Install it with e.g. ``pip install django-axes[ipware]`` package and extras specifier. [aleksihakli]
- Deprecate and rename old configuration flags. Old flags will be removed in or after version ``6.1``. [aleksihakli]
* ``AXES_PROXY_ORDER`` is now ``AXES_IPWARE_PROXY_ORDER``,
* ``AXES_PROXY_COUNT`` is now ``AXES_IPWARE_PROXY_COUNT``,
* ``AXES_IPWARE_PROXY_TRUSTED_IPS`` is now ``AXES_PROXY_TRUSTED_IPS``, and
* ``AXES_IPWARE_META_PRECEDENCE_ORDER`` is now ``AXES_META_PRECEDENCE_ORDER``.


6.0.0b1 (2023-04-25)
--------------------

Expand Down

0 comments on commit 107b9b8

Please sign in to comment.