-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
36 lines (20 loc) · 845 Bytes
/
CHANGELOG
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
0.3.2 Django 4.1.x support
0.3.1 Django 4.x support
Provide context for error page by @martinmaillard
0.3.0 Django 2.x support
0.1.3 Django 1.8 support by Serafeim Papastefanos @spapas.
0.1.2 Added Brazilian Portuguese Translation.
0.1.1 Decorated rule name was just 'function' in Python 3.
0.1.0 Python 3 support.
0.0.9 Greek translation, div wrapper in template.
Thanks Serafeim Papastefanos for contributing.
0.0.8 Bugfix: decorated function was losing its name
0.0.7 FR locale
0.0.6 Added {% rule %} templatetag.
0.0.5
- Added is_authenticated and is_staff shortcuts,
- Added make_decorator which enables decorating rules with other rules.
- Improved registration debug log messages with bools.
0.0.4 Django 1.4 compatibility
0.0.3 UnicodeDecodeError fixed and improved logging
0.0.2 Fixed MANIFEST.in to include templates