getting ready for new release

This commit is contained in:
Ilan Steemers
2015-09-06 17:14:43 +02:00
parent 43065233f6
commit a4bdc809dc
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -26,7 +26,6 @@ Features
Requirements
~~~~~~~~~~~~
- `Redis-py <https://github.com/andymccurdy/redis-py>`__
- `Django <https://www.djangoproject.com>`__ > = 1.7
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
- `Arrow <https://github.com/crsmithdev/arrow>`__
@@ -61,7 +60,7 @@ Installation
$ python manage.py migrate
- Choose a `broker <https://django-q.readthedocs.org/en/latest/brokers.html>`__ and install the appropriate client library.
- Choose a message `broker <https://django-q.readthedocs.org/en/latest/brokers.html>`__ , configure and install the appropriate client library.
Read the full documentation at `https://django-q.readthedocs.org <https://django-q.readthedocs.org>`__
+3 -4
View File
@@ -18,7 +18,7 @@ Installation
$ python manage.py migrate
- Choose a :doc:`broker<brokers>` and install the appropriate client library.
- Choose a message :doc:`broker<brokers>` , configure it and install the appropriate client library.
Requirements
@@ -46,9 +46,9 @@ Django Q is tested for Python 2.7 and 3.4
Optional
~~~~~~~~
- `Redis-py <https://github.com/andymccurdy/redis-py>`__
- `Redis-py <https://github.com/andymccurdy/redis-py>`__ client by Andy McCurdy is used to interface with both the Redis and Disque brokers::
Andy McCurdy's excellent Redis python client is used to interface with both the Redis and Disque brokers.
$ pip install redis
.. _psutil:
@@ -56,7 +56,6 @@ Optional
$ pip install psutil
- `Hiredis <https://github.com/redis/hiredis>`__ parser. This C library maintained by the core Redis team is faster than the standard PythonParser during high loads::
$ pip install hiredis