Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop showing lockout message when lockout is disabled #452

Merged
merged 1 commit into from Jun 14, 2019

Conversation

mogzol
Copy link
Contributor

@mogzol mogzol commented Jun 13, 2019

Resolves #451

@codecov
Copy link

codecov bot commented Jun 13, 2019

Codecov Report

Merging #452 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #452   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          42     42           
  Lines        1634   1640    +6     
  Branches      102    103    +1     
=====================================
+ Hits         1634   1640    +6
Impacted Files Coverage Δ
axes/tests/base.py 100% <100%> (ø) ⬆️
axes/tests/test_handlers.py 100% <100%> (ø) ⬆️
axes/handlers/cache.py 100% <100%> (ø) ⬆️
axes/handlers/database.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ba52cd...71708ef. Read the comment docs.

@aleksihakli aleksihakli merged commit 71708ef into jazzband:master Jun 14, 2019
aleksihakli added a commit that referenced this pull request Jun 14, 2019
Fixes #451
Fixes #450 merge conflicts
@aleksihakli
Copy link
Member

Released in version 5.0.7 on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Still get lockout message even with AXES_LOCK_OUT_AT_FAILURE set to False
2 participants