-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathCHANGES.txt
61 lines (45 loc) · 1.17 KB
/
CHANGES.txt
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
Changes
=======
0.5.3 (2020-11-17)
----------------------------
* Added supporting Django3 and Python3.8,3.9
* Thanks @rhoboro !
* Dropped Py2, Django1.11
0.5.2 (2019-04-06)
----------------------------
* Added supporting Django2.2
0.5.1 (2018-08-06)
--------------------------
* Added supporting Django2.1
* Thanks @rhymes
0.5 (2018-05-09)
---------------------
* Added supporting Django2.0
* Thanks @timheap
0.4.2 (2017-11-27)
------------------
* Fixed to avoid timing attacks
* Lots of thanks for Hugo Castilho
0.4.1 (2017-10-20)
------------------
* Added ``target_test`` argument for the decorator.
0.4 (2017-09-30)
----------------
* Supported Python 2.7
* Dropped Django1.9
* Supported Django 1.10+ style middleware
0.3 (2017-08-28)
----------------
* Added ``BASICAUTH_DISABLE`` setting
* Changed API of ``basicauthutils.validate_request``
* Fixed to return True/False
* Adding REMOTE_USER by this function
0.2.1 (2017-08-28)
------------------
* Officially supported Django 1.11, 1.10, 1.9
0.2 (2016-03-31)
----------------
* Added BasicAuthMiddleware https://github.com/hirokiky/django-basicauth/pull/3
0.1 (2015-04-20)
----------------
* Initial