-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
127 lines (63 loc) · 2.76 KB
/
CHANGELOG.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
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
CHANGELOG
=========
0.8.4 (unreleased)
------------------
- Nothing changed yet.
0.8.3 (2018-06-07)
------------------
- Fix setup.py [urtzai].
0.8.2 (2017-11-29)
------------------
- Fix install_requires [erral]
0.8.1 (2017-11-29)
------------------
- Convert README to RST [erral]
- Fix requirements.txt [erral]
0.8 (2017-04-07)
----------------
- fix translation url [Mikel Larreategi <[email protected]>]
- [Mikel Larreategi <[email protected]>]
- [ci skip] [Mikel Larreategi <[email protected]>]
0.7 (2017-04-05)
----------------
- Basic test setup [erral]
- Add a template tag to get translated flatpages [erral]
0.6 (2017-01-20)
----------------
- fix manifest [Mikel Larreategi <[email protected]>]
- delete MO files from git [Mikel Larreategi <[email protected]>]
0.5 (2017-01-20)
----------------
- Update the item in urls.py [Mikel Larreategi <[email protected]>]
- Merge pull request #3 from codesyntax/fixes [Urtzi Odriozola <[email protected]>]
- [Urtzi Odriozola <[email protected]>]
- Fixes: get_flatpages templatetag, middleware, default template [Urtzi Odriozola <[email protected]>]
- provide a default template for multilingual flatpages [Mikel Larreategi <[email protected]>]
- document how to use the get_flatpages templatetag [Mikel Larreategi <[email protected]>]
- fix the get_flatpages templatetag [Mikel Larreategi <[email protected]>]
- document how to enable the Fallback middleware [Mikel Larreategi <[email protected]>]
- Merge pull request #2 from codesyntax/hvad [Urtzi Odriozola <[email protected]>]
- [Urtzi Odriozola <[email protected]>]
- add hvad installation to README [Urtzi Odriozola <[email protected]>]
- add hvad installation to README [Mikel Larreategi <[email protected]>]
- Merge pull request #1 from codesyntax/docs [Urtzi Odriozola <[email protected]>]
- [Urtzi Odriozola <[email protected]>]
- Docs improved [Urtzi Odriozola <[email protected]>]
- document how to import the view [Mikel Larreategi <[email protected]>]
- improve readme [Mikel Larreategi <[email protected]>]
- add README and CHANGELOG as long_description to show on PYPI [Mikel Larreategi <[email protected]>]
0.4 (2016-11-29)
----------------
- Nothing changed yet.
0.3 (2016-11-29)
----------------
- Nothing changed yet.
0.2 (2016-11-29)
----------------
- Preparing release 0.1 [Urtzi Odriozola <[email protected]>]
0.1 (2016-11-29)
----------------
- hvad translation system
- tinymce 4.0.0 editor to the content field
- Renamed url field to slug
- Flatpage models, admin, forms to fit hvad translations in: title, content, slug