-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
58 lines (34 loc) · 960 Bytes
/
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
=== (ongoing) ===
=== 1.3 ===
- added reCAPTCHA
=== 1.2.1 ===
- Changed success variable to avoid conflicts
=== 1.2 ===
- Fixed typo in success message
=== 1.1 ===
- Used sender email as 'reply to' address
- Removed simple captcha
- Prepared app for Django 1.9 and Python 3.5
=== 0.3.2 ===
- Moved email templates
=== 0.3.1 ===
- Fixed urls
=== 0.3 ===
- BACKWARDS INCOMPATIBLE: Moved from simple translation to hvad
== 0.2.1 ===
- fixed factories
=== 0.2 ===
- Sending message on success. Set message via
settings.CONTACT_FORM_SUCCESS_MESSAGE
=== 0.1.1 ===
- added __init__.py to integration_tests folder
- Clearing form after successful save
=== 0.1 ===
- Updated ContactForm to use the categories
- Added CONTACT_FORM_DISPLAY_CATEGORIES setting
- Added translatable ContactFormCategory model
- Added south
- Added CHANGELOG
- Added manage.py and test settings
=== 0.0.6 ===
- Created basic app with AntiSpamContactForm and AppHook