-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRELEASES
71 lines (43 loc) · 1.24 KB
/
RELEASES
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
0.2.0
=====
Tagged on October 29, 2012 by Sam Bull <[email protected]>
* Verified that fancy_tag works when using Django 1.4
* Missing variable lookup now falls back to
settings.TEMPLATE_STRING_IF_INVALID instead of
raising VariableDoesNotExist
* * *
0.1.5
=====
Tagged on December 13, 2010 by Sam Bull <[email protected]>
* Fixed setup.py so it includes package data files (like README)
* Fixed restructured text in README
* * *
0.1.4
=====
Tagged on December 13, 2010 by Sam Bull <[email protected]>
* Updated version and added email to setup.py
* Updated AUTHORS
* * *
0.1.3
=====
Tagged on December 13, 2010 by Sam Bull <[email protected]>
* Added setup.py
* Updated run_tests.py so it plays nice with virtualenv
* * *
fancy_tag-0.1.2STABLE
=====================
Tagged on June 2, 2010 by Tamas Kemenczy <[email protected]>
* Added support for accessing template context.
* * *
fancy_tag-0.1.1STABLE
=====================
Identical to fancy_tag-0.1.0STABLE, but with improved documentation.
* * *
fancy_tag-0.1.0STABLE
=====================
Identical to fancy_tag-0.1.0ALPHA
* * *
fancy_tag-0.1.0ALPHA
====================
Tagged on February 3, 2010 by Sam Bull <[email protected]>
Initial release from existing codebase.