-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCHANGELOG.txt
103 lines (55 loc) · 1.51 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
=== ongoing ===
=== 1.3 ===
- Fixed hvad admin
=== 1.2 ===
- Prepared app for Django 1.9 and Python 3.5
=== 1.1 ===
- prepared app for Django 1.8
=== 1.0 ===
- migrated to django-hvad
=== 0.7.3 ===
- Changed {} string formatters to {0} for Python 2.6 backwards compatibility
=== 0.7.2 ===
- added admin for Nationality
- added plural verbose names to models
=== 0.7.1 ===
- fixed setup.py
=== 0.7 ===
- Added Nationalities
=== 0.6.4 ===
- Updated locale
=== 0.6.3 ===
- Updated locale
=== 0.6.2 ===
- Replaced Mrs with Ms again - in interface method
=== 0.6.1 ===
- Replaced Mrs with Ms
=== 0.6 ===
- Showing person name in cms plugin unicode method. Instead of just the plugin
ID.
=== 0.5.5 ===
- Added chinese locale
- Added get_gender method as needed by new version of django-localized-names
=== 0.5.4 ===
- another improvement on admins and verbose names
=== 0.5.3 ===
- fixed admins and verbose names
- using get_name in unicode method
=== 0.5.2 ===
- moved name fields to the right model
=== 0.5.1 ===
- made unicode method of the Person model aware of the new fields
=== 0.5 ===
- changed the PersonTranslation last_name and first_name fields to the
django-localized-names compatible roman and non_roman versions and added the
needed interface methods
=== 0.4.1 ===
- removed "other" from gender choices.
=== 0.4 ===
- Made person_plugin.html more reusable.
=== 0.3 ===
- Improved Link admin
=== 0.2 ===
- Added `short_bio` field to PersonTranslation model.
=== 0.1 ===
Initial commit