From 389964249c78a16f1763c53b6003fb7ba2a6d6ae Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 4 Jul 2015 11:54:58 +0200 Subject: [PATCH] Almost ready for 0.2.0 --- docs/index.rst | 2 +- docs/install.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5cfe56a..180cc1d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Python 2 and 3 - Django Q is tested with: Python 2.7 & 3.4. Django 1.7.8 & 1.8.2 +Django Q is tested with: Python 2.7 & 3.4. Django 1.7.8 & 1.8.2 Contents: diff --git a/docs/install.rst b/docs/install.rst index fe27f1e..3dd0436 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -119,23 +119,30 @@ Requirements Django Q is tested for Python 2.7 and 3.4 - `Django `__ + The web framework for perfectionists with deadlines. Django Q aims to use as much of Django's standard offerings as possible The code is tested against Django version `1.7.8` and `1.8.2`. + - `Django-picklefield `__ + Used to store args, kwargs and result objects in the database. - `Redis-py `__ + Redis python client. - `Arrow `__ + Used by the scheduler to determine correct dates. - `Blessed `__ + This feature-filled fork of Erik Rose's blessings project provides the terminal layout of the monitor. .. tip:: + Install the `Hiredis `__ parser:: $ pip install hiredis