From 5d96856f27a678c7177b4cf853614faa296f9932 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 1 Jul 2015 16:43:28 +0200 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ce76c67..da398de 100644 --- a/README.rst +++ b/README.rst @@ -190,7 +190,7 @@ Admin page or directly from your code: Models ~~~~~~ -- `Task` and `Schedule` are Django Models and can therefore be managed by your own code.---------------- +- `Task` and `Schedule` are Django Models and can therefore be managed by your own code. - `Task` objects are only created after an async package has been executed. - A `Schedule` creates a new async package for every execution and thus an unique `Task` - `Success` and `Failure` are convenient proxy models of `Task` @@ -224,4 +224,4 @@ Acknowledgements .. |image1| image:: https://coveralls.io/repos/Koed00/django-q/badge.svg?branch=master :target: https://coveralls.io/r/Koed00/django-q?branch=master .. |image2| image:: http://badges.gitter.im/Join%20Chat.svg - :target: https://gitter.im/Koed00/django-q \ No newline at end of file + :target: https://gitter.im/Koed00/django-q