hawkpost
hawkpost copied to clipboard
Bump django-axes from 5.40.1 to 6.1.0
trafficstars
Bumps django-axes from 5.40.1 to 6.1.0.
Changelog
Sourced from django-axes's changelog.
6.1.0 (2023-07-30)
- Set
AXES_SENSITIVE_PARAMETERSdefault value to["username", "ip_address"]in addition to theAXES_PASSWORD_FORM_FIELDconfiguration flag. This masks the username and IP address fields by default in the logs when writing information about login attempts to the application logs. Reverting to old configuration default of[]can be done by settingAXES_SENSITIVE_PARAMETERS = []in the Django project settings file. [GitRon]- Improve documentation on GDPR and privacy notes and configuration flags. [GitRon]
6.0.5 (2023-07-01)
- Add Indonesion translation. [kiraware]
6.0.4 (2023-06-22)
- Remove unused methods from AxesStandaloneBackend. [314eter]
6.0.3 (2023-06-18)
- Add username to admin fieldsets. [sevdog]
6.0.2 (2023-06-13)
- Add Django system checks for validating callable import path settings. [iafisher]
- Improve documentation. [hirotasoshu]
- Improve repository issue and PR templates. [hirotasoshu]
6.0.1 (2023-05-17)
- Fine-tune CI pipelines and RTD build requirements. [aleksihakli]
... (truncated)
Commits
61da8fbVersion 6.1.0e9db2d9#1093: "AXES_SENSITIVE_PARAMETERS" now have sensible defaults to follow "pri...ab78724Typo fixc234f53Changes and typo fix72f3be3#438: Added docs about GDPR best practice9a54187chore: update docstrings about settings.AXES_COOLOFF_TIMEebe1b74test: fix duplicate test names in AxesCoolOffTestCaseb5a3e7dfix: rename ISSUE_TEMPLATES to ISSUE_TEMPLATE (typo)cf8ffddchore(deps): bump black from 23.3.0 to 23.7.01d4e1e3chore(deps): bump tox from 4.6.3 to 4.6.4- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)