-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
55 lines (42 loc) · 1.03 KB
/
README.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
What is it?
===========
A review consists of a comment and a rating. Reviews can be attached to
arbitrary content objects.
Features:
=========
* Anonymous / personalized reviews
* Flexible rating scores
* Optional moderation
* Optional preview
Documentation
=============
For more documentation please visit: http://packages.python.org/django-reviews/
Changes
=======
1.2.1 (2017-03-03)
------------------
* Handle review requests which does not exist (Maciej Wiśniowski)
1.2 (2017-02-19)
----------------
* Adds Django 1.10 support
1.1 (2015-04-20)
----------------
* Adds Django 1.8 support
1.0 (2014-06-08)
----------------
* Adds Django 1.6 support
0.2.1 (2009-10-17)
------------------
* Added more tests
* Updated installation section of documentation
0.2.0 (2009-10-13)
------------------
* Added ``get_best_rated`` and ``get_best_rated_for model`` methods
* Added tests for utils' methods
0.1.1 (2009-10-13)
------------------
* Added documentation
* Added a simple example
0.1.0 (2009-10-11)
------------------
* Initial public release