From 8f657a92ad548db06a78bfd04daaa28c91ad63f0 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Wed, 1 Aug 2018 23:51:34 +0200 Subject: [PATCH] Add differences section to readme. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5c03dec..4a13da1 100644 --- a/README.rst +++ b/README.rst @@ -23,3 +23,10 @@ Just add the Stars widget to any IntegerField in a Django form. You can change the number of stars by passing the stars argument to the Stars widget. + +Differences +----------- + +This is different from other star rating applications in that it provides +only a widget returning its selction to any IntegerField. It is not a +complete rating application, just a presentational widget for integer input. -- GitLab