forked from diefenbach/django-reviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
50 lines (30 loc) · 780 Bytes
/
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
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
=======
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