-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES
95 lines (62 loc) · 1.05 KB
/
CHANGES
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
1.6.0
-----
* moves to pyproject.toml (removes `setup.py`)
* starts using `uv`
* removes constraint to use `button` as @link() argument
* drop official support for Django < 3.x
1.5.8
-----
* add common css class
* fixes permissions check
1.5.7
-----
* BUG FIX: fixes check() implementation
* Allow any HttpResponse as return value
1.5.6
-----
* pass request when basic_auth authenticate
1.5.5
-----
* minor refactoring of get_urls()
1.5.4
-----
* allow overwrite visible inside handler
1.5.3
-----
* bug fixing
* add ability to customise view authentication handler
1.5.2
-----
* bug fixing
1.5.1
-----
* bug fixing
1.5
-----
* pass `handler` to permission callable
1.4.2
-----
* catch OSError when checking decorator
1.4
-----
* add support for @decorators
1.3.1
-----
* uses __str__ instead of __repr__ (DjangoDebugToolbar issue)
1.3
---
* new @choice() decorator
* bug fixes
1.2
---
* bug fixes
1.1.0
-----
* add `visible` and `enabled` attributes
1.0.0
-----
* refactor javascript
* add HTTP Basi Auth support
0.1.0
-----
* Initial Release