forked from revsys/django-friendship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
73 lines (44 loc) · 1.67 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
Version 1.4.0
-------------
Released July 23rd, 2016
- Moved template tag to assignment_tag to avoid Django 1.9 error
Version 1.3.3
-------------
Released July 1st, 2016
- Support non-integer primary keys in cache keys
- Remove support for Django 1.4
Version 1.3.1
-------------
Released November 11th, 2015
- Raise AlreadyFriendError if creating request when users are already friends
- PEP8 cleanups
Version 1.3.0
-------------
Released July 12th, 2015
- Updated Django 1.7 and 1.8 compatability
- Signal related bug fixes
- Python 3 compatability
Version 1.2.0
-------------
Released September 22nd, 2014
- Updated test runner for 1.7 compatability
- Fixed security issue where we were not checking the owner of a FriendRequest during accept and
cancelation
- Added optional 'message' kwarg to FriendshipManager.add_friend() so it is easier to set the
optional message field on FriendshipRequests
Version 1.1.0
-------------
Released May 6th, 2014
- Added Django 1.7 compatability.
- Fixed caching issue with sent_requests.
- Added unrejected_requests() and unrejected_request_count() manager methods.
Version 1.0.0
-------------
- Fixed bug where FriendRequests could be left hanging if both sides requested friendship prior to
one side accepting. Caused exception if the user accepted the second request.
- Fixed ordering of friendship_request_rejected signal to not fire until DB is updated.
- Fixed Django 1.6 compatability issue
- 1.0 release whoo hoo!
Changes prior to version 0.9.0
------------------------------
Lots. We didn't keep good track of issues prior to 1.0.0.