Codebase list django-axes / 5b0baedd-1738-4dc5-bc47-b9ccc288b86d/main PKG-INFO
5b0baedd-1738-4dc5-bc47-b9ccc288b86d/main

Tree @5b0baedd-1738-4dc5-bc47-b9ccc288b86d/main (Download .tar.gz)

PKG-INFO @5b0baedd-1738-4dc5-bc47-b9ccc288b86d/mainraw · history · blame

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
Metadata-Version: 1.2
Name: django-axes
Version: 0.1.dev1265+geddac32
Summary: Keep track of failed login attempts in Django-powered sites.
Home-page: https://github.com/jazzband/django-axes
Author: Josh VanderLinden, Philip Neustrom, Michael Blume, Alex Clark, Camilo Nova, Aleksi Hakli
Author-email: security@jazzband.co
Maintainer: Jazzband
Maintainer-email: security@jazzband.co
License: MIT
Project-URL: Documentation, https://django-axes.readthedocs.io/
Project-URL: Source, https://github.com/jazzband/django-axes
Project-URL: Tracker, https://github.com/jazzband/django-axes/issues
Description: 
        django-axes
        ===========
        
        .. image:: https://jazzband.co/static/img/badge.svg
           :target: https://jazzband.co/
           :alt: Jazzband
        
        .. image:: https://img.shields.io/github/stars/jazzband/django-axes.svg?label=Stars&style=socialcA
           :target: https://github.com/jazzband/django-axes
           :alt: GitHub
        
        .. image:: https://img.shields.io/pypi/v/django-axes.svg
           :target: https://pypi.org/project/django-axes/
           :alt: PyPI release
        
        .. image:: https://img.shields.io/pypi/pyversions/django-axes.svg
           :target: https://pypi.org/project/django-axes/
           :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/djversions/django-axes.svg
           :target: https://pypi.org/project/django-axes/
           :alt: Supported Django versions
        
        .. image:: https://img.shields.io/readthedocs/django-axes.svg
           :target: https://django-axes.readthedocs.io/
           :alt: Documentation
        
        .. image:: https://github.com/jazzband/django-axes/workflows/Test/badge.svg
           :target: https://github.com/jazzband/django-axes/actions
           :alt: GitHub Actions
        
        .. image:: https://codecov.io/gh/jazzband/django-axes/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/jazzband/django-axes
           :alt: Coverage
        
        
        Axes is a Django plugin for keeping track of suspicious
        login attempts for your Django based website
        and implementing simple brute-force attack blocking.
        
        The name is sort of a geeky pun, since it can be interpreted as:
        
        * ``access``, as in monitoring access attempts, or
        * ``axes``, as in tools you can use to hack (generally on wood).
        
        
        Functionality
        -------------
        
        Axes records login attempts to your Django powered site and prevents attackers
        from attempting further logins to your site when they exceed the configured attempt limit.
        
        Axes can track the attempts and persist them in the database indefinitely,
        or alternatively use a fast and DDoS resistant cache implementation.
        
        Axes can be configured to monitor login attempts by
        IP address, username, user agent, or their combinations.
        
        Axes supports cool off periods, IP address whitelisting and blacklisting,
        user account whitelisting, and other features for Django access management.
        
        
        Documentation
        -------------
        
        For more information on installation and configuration see the documentation at:
        
        https://django-axes.readthedocs.io/
        
        
        Issues
        ------
        
        If you have questions or have trouble using the app please file a bug report at:
        
        https://github.com/jazzband/django-axes/issues
        
        
        Contributions
        -------------
        
        All contributions are welcome!
        
        It is best to separate proposed changes and PRs into small, distinct patches
        by type so that they can be merged faster into upstream and released quicker.
        
        One way to organize contributions would be to separate PRs for e.g.
        
        * bugfixes,
        * new features,
        * code and design improvements,
        * documentation improvements, or
        * tooling and CI improvements.
        
        Merging contributions requires passing the checks configured
        with the CI. This includes running tests and linters successfully
        on the currently officially supported Python and Django versions.
        
        The test automation is run automatically with GitHub Actions, but you can
        run it locally with the ``tox`` command before pushing commits.
        
        Please note that this is a `Jazzband <https://jazzband.co>`_ project.
        By contributing you agree to abide by the
        `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_
        and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
        
        
        Changes
        =======
        
        
        5.20.0 (2021-06-29)
        -------------------
        
        - Improve race condition handling in e.g. multi-process environments by using
          ``get_or_create`` for access attempt fetching and updates.
          [uli-klank]
        
        
        5.19.0 (2021-06-16)
        -------------------
        
        - Add Polish locale.
          [Quadric]
        
        
        5.18.0 (2021-06-09)
        -------------------
        
        - Fix ``default_auto_field`` warning.
          [zkanda]
        
        
        5.17.0 (2021-06-05)
        -------------------
        
        - Fix ``default_app_config`` deprecation.
          Django 3.2 automatically detects ``AppConfig`` and therefore this setting is no longer required.
          [nikolaik]
        
        
        5.16.0 (2021-05-19)
        -------------------
        
        - Add ``AXES_CLIENT_STR_CALLABLE`` setting.
          [smtydn]
        
        
        5.15.0 (2021-05-03)
        -------------------
        
        - Add option to cleanse sensitive GET and POST params in database handler
          with the ``AXES_SENSITIVE_PARAMETERS`` setting.
          [mcoconnor]
        
        
        5.14.0 (2021-04-06)
        -------------------
        
        - Improve message formatting for lockout message and translations.
          [ashokdelphia]
        - Remove support for Django 3.0.
          [hramezani]
        - Add support for Django 3.2.
          [hramezani]
        
        
        5.13.1 (2021-02-22)
        -------------------
        
        - Default ``AXES_VERBOSE`` to ``AXES_ENABLED`` configuration setting,
          disabling verbose startup logging when Axes itself is disabled.
          [christianbundy]
        - Update documentation.
          [KStenK]
        
        
        5.13.0 (2021-02-15)
        -------------------
        
        - Add support for resetting attempts with cache backend.
          [nattyg93]
        
        
        5.12.0 (2021-01-07)
        -------------------
        
        - Clean up test structure and migrate tests outside
          the main package for a smaller wheel distributions.
          [aleksihakli]
        - Move configuration to pyproject.toml for cleaner layout.
          [aleksihakli]
        - Clean up test settings override configuration.
          [hramezani]
        
        
        5.11.1 (2021-01-06)
        -------------------
        
        - Fix cache entry creations for None username.
          [cabarnes]
        
        
        5.11.0 (2021-01-05)
        -------------------
        
        - Add lockout view CORS support with ``AXES_ALLOWED_CORS_ORIGINS`` configuration flag.
          [vladox]
        - Add missing ``@wraps`` decorator to ``axes.decorators.axes_dispatch``.
          [aleksihakli]
        
        
        5.10.1 (2021-01-04)
        -------------------
        
        - Add ``DEFAULT_AUTO_FIELD`` to test settings.
          [hramezani]
        - Fix documentation language.
          [danielquinn] 
        - Fix Python package version specifiers and remove redundant imports.
          [aleksihakli]
        
        
        5.10.0 (2020-12-18)
        -------------------
        
        - Deprecate stock DRF support from 5.8.0,
          require users to set it up per project.
          Check the documentation for more information.
          [aleksihakli]
        
        
        5.9.1 (2020-12-02)
        ------------------
        
        - Move tests to GitHub Actions
          [jezdez]
        - Fix running Axes code in middleware when ``AXES_ENABLED`` is ``False``.
          [ashokdelphia]
        
        
        5.9.0 (2020-11-05)
        ------------------
        
        - Add Python 3.9 support.
          [hramezani]
        - Prevent ``AccessAttempt`` creation with database handler when
          username is not set and ``AXES_ONLY_USER_FAILURES`` setting is not set.
          [hramezani]
        
        
        5.8.0 (2020-10-16)
        ------------------
        
        - Improve Django REST Framework (DRF) integration.
          [Anatoly]
        
        
        5.7.1 (2020-09-27)
        ------------------
        
        - Adjust settings import and handling chain
          for cleaner module import and invocation order.
          [aleksihakli]
        - Adjust the use of ``AXES_ENABLED`` flag so that
          imports are always done the same way and initial log
          is written regardless of the setting and it only affects
          code that is decorated or wrapped with ``toggleable``.
          [alekshakli]
        
        
        5.7.0 (2020-09-26)
        ------------------
        
        - Deprecate ``AXES_LOGGER`` Axes setting and move to ``__name__``
          based logging and fully qualified Python module name log identifiers.
          [aleksihakli]
        
        
        5.6.2 (2020-09-20)
        ------------------
        
        - Fix regression in ``axes_reset_user`` management command.
          [aleksihakli]
        
        
        5.6.1 (2020-09-17)
        ------------------
        
        - Improve test dependency management and upgrade black code formatter.
          [smithdc1]
        
        
        5.6.0 (2020-09-12)
        ------------------
        
        - Add proper development ``subTest`` support via ``pytest-subtests`` package.
          [smithdc1]
        - Deprecate ``django-appconf`` and use plain settings for Axes.
          [aleksihakli]
        
        
        5.5.2 (2020-09-11)
        ------------------
        
        - Update deprecating use of the ``request.is_ajax`` method.
          [smithdc1]
        
        
        5.5.1 (2020-09-10)
        ------------------
        
        - Update deprecated uses of Django modules and members.
          [smithdc1]
        
        
        5.5.0 (2020-08-21)
        ------------------
        
        - Add support for locking requests based on
          username OR IP address with inclusive or
          using the ``LOCK_OUT_BY_USER_OR_IP`` flag.
          [PetrDlouhy]
        - Deprecate Signal ``providing_args`` for Django 3.1 support.
          [coredumperror]
        
        
        5.4.3 (2020-08-06)
        ------------------
        
        - Add Django 3.1 support.
          [hramezani]
        
        
        5.4.2 (2020-07-28)
        ------------------
        
        - Add ABC or abstract base class implementation for handlers.
          [jorlugaqui]
        
        
        5.4.1 (2020-07-03)
        ------------------
        
        - Fix code styling for linters.
          [aleksihakli]
        
        
        5.4.0 (2020-07-03)
        ------------------
        
        - Propagate username to lockout view in URL parameters.
          [PetrDlouhy]
        - Update CAPTCHA examples.
          [PetrDlouhy]
        - Upgrade django-ipware to version 3.
          [hramezani,mnislam01]
        
        
        5.3.5 (2020-07-02)
        ------------------
        
        - Restrict ipware version for version compatibility.
          [aleksihakli]
        
        
        5.3.4 (2020-06-09)
        ------------------
        
        - Deprecate Django 1.11 LTS support.
          [aleksihakli]
        
        
        5.3.3 (2020-05-22)
        ------------------
        
        - Fix ``AXES_ONLY_ADMIN_SITE`` functionality when
          no default admin site is defined in the URL configuration.
          [igor-shevchenko]
        
        
        5.3.2 (2020-05-15)
        ------------------
        
        - Fix AppConf settings prefix for Fargate.
          [marksweb]
        
        
        5.3.1 (2020-03-23)
        ------------------
        
        - Fix null byte ValueError bug in ORM.
          [ddimmich]
        
        
        5.3.0 (2020-03-10)
        ------------------
        
        - Improve Django REST Framework compatibility.
          [I0x4dI]
        
        
        5.2.2 (2020-01-08)
        ------------------
        
        - Add missing proxy implementation for
          ``axes.handlers.proxy.AxesProxyHandler.get_failures``.
          [aleksihakli]
        
        
        5.2.1 (2020-01-08)
        ------------------
        
        - Add django-reversion compatibility notes.
          [mark-mishyn]
        - Add pluggable lockout responses and the
          ``AXES_LOCKOUT_CALLABLE`` configuration flag.
          [aleksihakli]
        
        
        5.2.0 (2020-01-01)
        ------------------
        
        - Add a test handler.
          [aidanlister]
        
        
        5.1.0 (2019-12-29)
        ------------------
        
        - Add pluggable user account whitelisting and the
          ``AXES_WHITELIST_CALLABLE`` configuration flag.
          [aleksihakli]
        
        
        5.0.20 (2019-12-01)
        -------------------
        
        - Fix django-allauth compatibility issue.
          [hramezani]
        - Improve tests for login attempt monitoring.
          [hramezani]
        - Add reverse proxy documentation.
          [ckcollab]
        - Update OAuth documentation examples.
          [aleksihakli]
        
        
        5.0.19 (2019-11-06)
        -------------------
        
        - Optimize access attempt fetching in database handler.
          [hramezani]
        - Optimize request data fetching in proxy handler.
          [hramezani]
        
        
        5.0.18 (2019-10-17)
        -------------------
        
        - Add ``cooloff_timedelta`` context variable to lockout responses.
          [jstockwin]
        
        
        5.0.17 (2019-10-15)
        -------------------
        
        - Safer string formatting for user input.
          [aleksihakli]
        
        
        5.0.16 (2019-10-15)
        -------------------
        
        - Fix string formatting bug in logging.
          [zerolab]
        
        
        5.0.15 (2019-10-09)
        -------------------
        
        - Add ``AXES_ENABLE_ADMIN`` flag.
          [flannelhead]
        
        
        5.0.14 (2019-09-28)
        -------------------
        
        - Docs, CI pipeline, and code formatting improvements
          [aleksihakli]
        
        
        5.0.13 (2019-08-30)
        -------------------
        
        - Python 3.8 and PyPy support.
          [aleksihakli]
        - Migrate to ``setuptools_scm`` and automatic versioning.
          [aleksihakli]
        
        
        5.0.12 (2019-08-05)
        -------------------
        
        - Support callables for ``AXES_COOLOFF_TIME`` setting.
          [DariaPlotnikova]
        
        
        5.0.11 (2019-07-25)
        -------------------
        
        - Fix typo in rST formatting that prevented 5.0.10 release to PyPI.
          [aleksihakli]
        
        
        5.0.10 (2019-07-25)
        -------------------
        
        - Refactor type checks for ``axes.helpers.get_client_cache_key``
          for framework compatibility, fixes #471.
          [aleksihakli]
        
        
        5.0.9 (2019-07-11)
        ------------------
        
        - Add better handling for attempt and log resets by moving them
          into handlers which allows customization and more configurability.
          Unimplemented handlers raise ``NotImplementedError`` by default.
          [aleksihakli]
        - Add Python 3.8 dev version and PyPy to the Travis test matrix.
          [aleksihakli]
        
        
        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)
        ------------------
        
        - Fix lockout message showing when lockout is disabled
          with the ``AXES_LOCK_OUT_AT_FAILURE`` setting.
          [mogzol]
        
        - Add support for callable ``AXES_FAILURE_LIMIT`` setting.
          [bbayles]
        
        
        5.0.6 (2019-05-25)
        ------------------
        
        - Deprecate ``AXES_DISABLE_SUCCESS_ACCESS_LOG`` flag in favour of
          ``AXES_DISABLE_ACCESS_LOG`` which has mostly the same functionality.
          Update documentation to better reflect the behaviour of the flag.
          [aleksihakli]
        
        
        5.0.5 (2019-05-19)
        ------------------
        
        - Change the lockout response calculation to request flagging
          instead of exception throwing in the signal handler and middleware.
          Move request attribute calculation from middleware to handler layer.
          Deprecate ``axes.request.AxesHttpRequest`` object type definition.
          [aleksihakli]
        
        - Deprecate the old version 4.x ``axes.backends.AxesModelBackend`` class.
          [aleksihakli]
        
        - Improve documentation on attempt tracking, resets, Axes customization,
          project and component compatibility and integrations, and other things.
          [aleksihakli]
        
        
        5.0.4 (2019-05-09)
        ------------------
        
        - Fix regression with OAuth2 authentication backends not having remote
          IP addresses set and throwing an exception in cache key calculation.
          [aleksihakli]
        
        
        5.0.3 (2019-05-08)
        ------------------
        
        - Fix ``django.contrib.auth`` module ``login`` and ``logout`` functionality
          so that they work with the handlers without the an ``AxesHttpRequest``
          to improve cross compatibility with other Django applications.
          [aleksihakli]
        
        - Change IP address resolution to allow empty or missing addresses.
          [aleksihakli]
        
        - Add error logging for missing request attributes in the handler layer
          so that users get better indicators of misconfigured applications.
          [aleksihakli]
        
        
        5.0.2 (2019-05-07)
        ------------------
        
        - Add ``AXES_ENABLED`` setting for disabling Axes with e.g. tests
          that use Django test client ``login``, ``logout``, and ``force_login``
          methods, which do not supply the ``request`` argument to views,
          preventing Axes from functioning correctly in certain test setups.
          [aleksihakli]
        
        
        5.0.1 (2019-05-03)
        ------------------
        
        - Add changelog to documentation.
          [aleksihakli]
        
        
        5.0 (2019-05-01)
        ----------------
        
        - Deprecate Python 2.7, 3.4 and 3.5 support.
          [aleksihakli]
        
        - Remove automatic decoration and monkey-patching of Django views and forms.
          Decorators are available for login function and method decoration as before.
          [aleksihakli]
        
        - Use backend, middleware, and signal handlers for tracking
          login attempts and implementing user lockouts.
          [aleksihakli, jorlugaqui, joshua-s]
        
        - Add ``AxesDatabaseHandler``, ``AxesCacheHandler``, and ``AxesDummyHandler``
          handler backends for processing user login and logout events and failures.
          Handlers are configurable with the ``AXES_HANDLER`` setting.
          [aleksihakli, jorlugaqui, joshua-s]
        
        - Improve management commands and separate commands for resetting
          all access attempts, attempts by IP, and attempts by username.
          New command names are ``axes_reset``, ``axes_reset_ip`` and ``axes_reset_username``.
          [aleksihakli]
        
        - Add support for string import for ``AXES_USERNAME_CALLABLE``
          that supports dotted paths in addition to the old
          callable type such as a function or a class method.
          [aleksihakli]
        
        - Deprecate one argument call signature for ``AXES_USERNAME_CALLABLE``.
          From now on, the callable needs to accept two arguments,
          the HttpRequest and credentials that are supplied to the
          Django ``authenticate`` method in authentication backends.
          [aleksihakli]
        
        - Move ``axes.attempts.is_already_locked`` function to ``axes.handlers.AxesProxyHandler.is_locked``.
          Various other previously undocumented methods have been deprecated and moved inside the project.
          The new documented public APIs can be considered as stable and can be safely utilized by other projects.
          [aleksihakli]
        
        - Improve documentation layouting and contents. Add public API reference section.
          [aleksihakli]
        
        
        4.5.4 (2019-01-15)
        ------------------
        
        - Improve README and documentation
          [aleksihakli]
        
        
        4.5.3 (2019-01-14)
        ------------------
        
        - Remove the unused ``AccessAttempt.trusted`` flag from models
          [aleksihakli]
        
        - Improve README and Travis CI setups
          [aleksihakli]
        
        
        4.5.2 (2019-01-12)
        ------------------
        
        - Added Turkish translations
          [obayhan]
        
        
        4.5.1 (2019-01-11)
        ------------------
        
        - Removed duplicated check that was causing issues when using APIs.
          [camilonova]
        
        - Added Russian translations
          [lubicz-sielski]
        
        
        4.5.0 (2018-12-25)
        ------------------
        
        - Improve support for custom authentication credentials using the
          ``AXES_USERNAME_FORM_FIELD`` and ``AXES_USERNAME_CALLABLE`` settings.
          [mastacheata]
        
        - Updated behaviour for fetching username from request or credentials:
          If no ``AXES_USERNAME_CALLABLE`` is configured, the optional
          ``credentials`` that are supplied to the axes utility methods
          are now the default source for client username and the HTTP
          request POST is the fallback for fetching the user information.
          ``AXES_USERNAME_CALLABLE`` implements an alternative signature with two
          arguments ``request, credentials`` in addition to the old ``request``
          call argument signature in a backwards compatible fashion.
          [aleksihakli]
        
        - Add official support for the Django 2.1 version and Python 3.7.
          [aleksihakli]
        
        - Improve the requirements, documentation, tests, and CI setup.
          [aleksihakli]
        
        
        4.4.3 (2018-12-08)
        ------------------
        
        - Fix MANIFEST.in missing German translations
          [aleksihakli]
        
        - Add `AXES_RESET_ON_SUCCESS` configuration flag
          [arjenzijlstra]
        
        
        4.4.2 (2018-10-30)
        ------------------
        
        - fix missing migration and add check to prevent it happening again.
          [markddavidoff]
        
        
        4.4.1 (2018-10-24)
        ------------------
        
        - Add a German translation
          [adonig]
        
        - Documentation wording changes
          [markddavidoff]
        
        - Use `get_client_username` in `log_user_login_failed` instead of credentials
          [markddavidoff]
        
        - pin prospector to 0.12.11, and pin astroid to 1.6.5
          [hsiaoyi0504]
        
        
        4.4.0 (2018-05-26)
        ------------------
        
        - Added AXES_USERNAME_CALLABLE
          [jaadus]
        
        
        4.3.1 (2018-04-21)
        ------------------
        
        - Change custom authentication backend failures from error to warning log level
          [aleksihakli]
        
        - Set up strict code linting for CI pipeline that fails builds if linting does not pass
          [aleksihakli]
        
        - Clean up old code base and tests based on linter errors
          [aleksihakli]
        
        
        4.3.0 (2018-04-21)
        ------------------
        
        - Refactor and clean up code layout
          [aleksihakli]
        
        - Add prospector linting and code checks to toolchain
          [aleksihakli]
        
        - Clean up log message formatting and refactor type checks
          [EvaSDK]
        
        - Fix faulty user locking with user agent when AXES_ONLY_USER_FAILURES is set
          [EvaSDK]
        
        
        4.2.1 (2018-04-18)
        ------------------
        
        - Fix unicode string interpolation on Python 2.7
          [aleksihakli]
        
        
        4.2.0 (2018-04-13)
        ------------------
        
        - Add configuration flags for client IP resolving
          [aleksihakli]
        
        - Add AxesModelBackend authentication backend
          [markdaviddoff]
        
        
        4.1.0 (2018-02-18)
        ------------------
        
        - Add AXES_CACHE setting for configuring `axes` specific caching.
          [JWvDronkelaar]
        
        - Add checks and tests for faulty LocMemCache usage in application setup.
          [aleksihakli]
        
        
        4.0.2 (2018-01-19)
        ------------------
        
        - Improve Windows compatibility on Python < 3.4 by utilizing win_inet_pton
          [hsiaoyi0504]
        
        - Add documentation on django-allauth integration
          [grucha]
        
        - Add documentation on known AccessAttempt caching configuration problems
          when using axes with the `django.core.cache.backends.locmem.LocMemCache`
          [aleksihakli]
        
        - Refactor and improve existing AccessAttempt cache reset utility
          [aleksihakli]
        
        
        4.0.1 (2017-12-19)
        ------------------
        
        - Fixes issue when not using `AXES_USERNAME_FORM_FIELD`
          [camilonova]
        
        
        4.0.0 (2017-12-18)
        ------------------
        
        - *BREAKING CHANGES*. `AXES_BEHIND_REVERSE_PROXY` `AXES_REVERSE_PROXY_HEADER`
          `AXES_NUM_PROXIES` were removed in order to use `django-ipware` to get
          the user ip address
          [camilonova]
        
        - Added support for custom username field
          [kakulukia]
        
        - Customizing Axes doc updated
          [pckapps]
        
        - Remove filtering by username
          [camilonova]
        
        - Fixed logging failed attempts to authenticate using a custom authentication
          backend.
          [D3X]
        
        
        3.0.3 (2017-11-23)
        ------------------
        
        - Test against Python 2.7.
          [mbaechtold]
        
        - Test against Python 3.4.
          [pope1ni]
        
        
        3.0.2 (2017-11-21)
        ------------------
        
        - Added form_invalid decorator. Fixes #265
          [camilonova]
        
        
        3.0.1 (2017-11-17)
        ------------------
        
        - Fix DeprecationWarning for logger warning
          [richardowen]
        
        - Fixes global lockout possibility
          [joeribekker]
        
        - Changed the way output is handled in the management commands
          [ataylor32]
        
        
        3.0.0 (2017-11-17)
        ------------------
        
        - BREAKING CHANGES. Support for Django >= 1.11 and signals, see issue #215.
          Drop support for Python < 3.6
          [camilonova]
        
        
        2.3.3 (2017-07-20)
        ------------------
        
        - Many tweaks and handles successful AJAX logins.
          [Jack Sullivan]
        
        - Add tests for proxy number parametrization
          [aleksihakli]
        
        - Add AXES_NUM_PROXIES setting
          [aleksihakli]
        
        - Log failed access attempts regardless of settings
          [jimr]
        
        - Updated configuration docs to include AXES_IP_WHITELIST
          [Minkey27]
        
        - Add test for get_cache_key function
          [jorlugaqui]
        
        - Delete cache key in reset command line
          [jorlugaqui]
        
        - Add signals for setting/deleting cache keys
          [jorlugaqui]
        
        
        2.3.2 (2016-11-24)
        ------------------
        
        - Only look for lockable users on a POST
          [schinckel]
        
        - Fix and add tests for IPv4 and IPv6 parsing
          [aleksihakli]
        
        
        2.3.1 (2016-11-12)
        ------------------
        
        - Added settings for disabling success accesslogs
          [Minkey27]
        
        - Fixed illegal IP address string passed to inet_pton
          [samkuehn]
        
        
        2.3.0 (2016-11-04)
        ------------------
        
        - Fixed ``axes_reset`` management command to skip "ip" prefix to command
          arguments.
          [EvaMarques]
        
        - Added ``axes_reset_user`` management command to reset lockouts and failed
          login records for given users.
          [vladimirnani]
        
        - Fixed Travis-PyPI release configuration.
          [jezdez]
        
        - Make IP position argument optional.
          [aredalen]
        
        - Added possibility to disable access log
          [svenhertle]
        
        - Fix for IIS used as reverse proxy adding port number
          [Dmitri-Sintsov]
        
        - Made the signal race condition safe.
          [Minkey27]
        
        - Added AXES_ONLY_USER_FAILURES to support only looking at the user ID.
          [lip77us]
        
        
        2.2.0 (2016-07-20)
        ------------------
        
        - Improve the logic when using a reverse proxy to avoid possible attacks.
          [camilonova]
        
        
        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)
        ------------------
        
        - Removed middleware to use app_config
          [camilonova]
        
        - Lots of cleaning
          [camilonova]
        
        - Improved test suite and versions
          [camilonova]
        
        
        1.7.0 (2016-06-10)
        ------------------
        
        - Use render shortcut for rendering LOCKOUT_TEMPLATE
          [Radoslaw Luter]
        
        - Added app_label for RemovedInDjango19Warning
          [yograterol]
        
        - Add iso8601 translator.
          [mullakhmetov]
        
        - Edit json response. Context now contains ISO 8601 formatted cooloff time
          [mullakhmetov]
        
        - Add json response and iso8601 tests.
          [mullakhmetov]
        
        - Fixes issue 162: UnicodeDecodeError on pip install
          [joeribekker]
        
        - Added AXES_NEVER_LOCKOUT_WHITELIST option to prevent certain IPs from being locked out.
          [joeribekker]
        
        
        1.6.1 (2016-05-13)
        ------------------
        
        - Fixes whitelist check when BEHIND_REVERSE_PROXY
          [Patrick Hagemeister]
        
        - Made migrations py3 compatible
          [mvdwaeter]
        
        - Fixing #126, possibly breaking compatibility with Django<=1.7
          [int-ua]
        
        - Add note for upgrading users about new migration files
          [kelseyq]
        
        - Fixes #148
          [camilonova]
        
        - Decorate auth_views.login only once
          [teeberg]
        
        - Set IP public/private classifier to be compliant with RFC 1918.
          [SilasX]
        
        - Issue #155. Lockout response status code changed to 403.
          [Arthur Mullahmetov]
        
        - BUGFIX: Missing migration
          [smeinel]
        
        
        1.6.0 (2016-01-07)
        ------------------
        
        - Stopped using render_to_response so that other template engines work
          [tarkatronic]
        
        - Improved performance & DoS prevention on query2str
          [tarkatronic]
        
        - Immediately return from is_already_locked if the user is not lockable
          [jdunck]
        
        - Iterate over ip addresses only once
          [annp89]
        
        - added initial migration files to support django 1.7 &up. Upgrading users should run migrate --fake-initial after update
          [ibaguio]
        
        - Add db indexes to CommonAccess model
          [Schweigi]
        
        
        1.5.0 (2015-09-11)
        ------------------
        
        - Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True
          [afioca]
        
        
        1.4.0 (2015-08-09)
        ------------------
        
        - Send the user_locked_out signal. Fixes #94.
          [toabi]
        
        
        1.3.9 (2015-02-11)
        ------------------
        
        - Python 3 fix (#104)
        
        
        1.3.8 (2014-10-07)
        ------------------
        
        - Rename GitHub organization from django-security to django-pci to emphasize focus on providing assistance with building PCI compliant websites with Django.
          [aclark4life]
        
        
        1.3.7 (2014-10-05)
        ------------------
        
        - Explain common issues where Axes fails silently
          [cericoda]
        
        - Allow for user-defined username field for lookup in POST data
          [SteveByerly]
        
        - Log out only if user was logged in
          [zoten]
        
        - Support for floats in cooloff time (i.e: 0.1 == 6 minutes)
          [marianov]
        
        - Limit amount of POST data logged (#73). Limiting the length of value is not enough, as there could be arbitrary number of them, or very long key names.
          [peterkuma]
        
        - Improve get_ip to try for real ip address
          [7wonders]
        
        - Change IPAddressField to GenericIPAddressField. When using a PostgreSQL database and the client does not pass an IP address you get an inet error. This is a known problem with PostgreSQL and the IPAddressField. https://code.djangoproject.com/ticket/5622. It can be fixed by using a GenericIPAddressField instead.
          [polvoblanco]
        
        - Get first X-Forwarded-For IP
          [tutumcloud]
        
        - White listing IP addresses behind reverse proxy. Allowing some IP addresses to have direct access to the app even if they are behind a reverse proxy. Those IP addresses must still be on a white list.
          [ericbulloch]
        
        - Reduce logging of reverse proxy IP lookup and use configured logger. Fixes #76. Instead of logging the notice that django.axes looks for a HTTP header set by a reverse proxy on each attempt, just log it one-time on first module import. Also use the configured logger (by default axes.watch_login) for the message to be more consistent in logging.
          [eht16]
        
        - Limit the length of the values logged into the database. Refs #73
          [camilonova]
        
        - Refactored tests to be more stable and faster
          [camilonova]
        
        - Clean client references
          [camilonova]
        
        - Fixed admin login url
          [camilonova]
        
        - Added django 1.7 for testing
          [camilonova]
        
        - Travis file cleanup
          [camilonova]
        
        - Remove hardcoded url path
          [camilonova]
        
        - Fixing tests for django 1.7
          [Andrew-Crosio]
        
        - Fix for django 1.7 exception not existing
          [Andrew-Crosio]
        
        - Removed python 2.6 from testing
          [camilonova]
        
        - Use django built-in six version
          [camilonova]
        
        - Added six as requirement
          [camilonova]
        
        - Added python 2.6 for travis testing
          [camilonova]
        
        - Replaced u string literal prefixes with six.u() calls
          [amrhassan]
        
        - Fixes object type issue, response is not an string
          [camilonova]
        
        - Python 3 compatibility fix for db_reset
          [nicois]
        
        - Added example project and helper scripts
          [barseghyanartur]
        
        - Admin command to list login attemps
          [marianov]
        
        - Replaced six imports with django.utils.six ones
          [amrhassan]
        
        - Replaced u string literal prefixes with six.u() calls to make it compatible with Python 3.2
          [amrhassan]
        
        - Replaced `assertIn`s and `assertNotIn`s with `assertContains` and `assertNotContains`
          [fcurella]
        
        - Added py3k to travis
          [fcurella]
        
        - Update test cases to be python3 compatible
          [nicois]
        
        - Python 3 compatibility fix for db_reset
          [nicois]
        
        - Removed trash from example urls
          [barseghyanartur]
        
        - Added django installer
          [barseghyanartur]
        
        - Added example project and helper scripts
          [barseghyanartur]
        
        
        1.3.6 (2013-11-23)
        ------------------
        
        - Added AttributeError in case get_profile doesn't exist
          [camilonova]
        
        - Improved axes_reset command
          [camilonova]
        
        
        1.3.5 (2013-11-01)
        ------------------
        
        - Fix an issue with __version__ loading the wrong version
          [graingert]
        
        
        1.3.4 (2013-11-01)
        ------------------
        
        - Update README.rst for PyPI
          [marty, camilonova, graingert]
        
        - Add cooloff period
          [visualspace]
        
        
        1.3.3 (2013-07-05)
        ------------------
        
        - Added 'username' field to the Admin table
          [bkvirendra]
        
        - Removed fallback logging creation since logging cames by default on django 1.4 or later,
          if you don't have it is because you explicitly wanted. Fixes #45
          [camilonova]
        
        
        1.3.2 (2013-03-28)
        ------------------
        
        - Fix an issue when a user logout
          [camilonova]
        
        - Match pypi version
          [camilonova]
        
        - Better User model import method
          [camilonova]
        
        - Use only one place to get the version number
          [camilonova]
        
        - Fixed an issue when a user on django 1.4 logout
          [camilonova]
        
        - Handle exception if there is not user profile model set
          [camilonova]
        
        - Made some cleanup and remove a pokemon exception handling
          [camilonova]
        
        - Improved tests so it really looks for the rabbit in the hole
          [camilonova]
        
        - Match pypi version
          [camilonova]
        
        
        1.3.1 (2013-03-19)
        ------------------
        
        - Add support for Django 1.5
          [camilonova]
        
        
        1.3.0 (2013-02-27)
        ------------------
        
        - Bug fix: get_version() format string
          [csghormley]
        
        
        1.2.9 (2013-02-20)
        ------------------
        
        - Add to and improve test cases
          [camilonova]
        
        
        1.2.8 (2013-01-23)
        ------------------
        
        - Increased http accept header length
          [jslatts]
        
        
        1.2.7 (2013-01-17)
        ------------------
        
        - Reverse proxy support
          [rmagee]
        
        - Clean up README
          [martey]
        
        
        1.2.6 (2012-12-04)
        ------------------
        
        - Remove unused import
          [aclark4life]
        
        
        1.2.5 (2012-11-28)
        ------------------
        
        - Fix setup.py
          [aclark4life]
        
        - Added ability to flag user accounts as unlockable.
          [kencochrane]
        
        - Added ipaddress as a param to the user_locked_out signal.
          [kencochrane]
        
        - Added a signal receiver for user_logged_out.
          [kencochrane]
        
        - Added a signal for when a user gets locked out.
          [kencochrane]
        
        - Added AccessLog model to log all access attempts.
          [kencochrane]
        
Keywords: authentication django pci security
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Security
Classifier: Topic :: System :: Logging
Requires-Python: ~=3.6