From 64cba4243a7e074c755a2646a7193574415cade7 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 31 Oct 2018 11:53:10 +0100 Subject: [PATCH] Adds django-q-email to addons section --- docs/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 24d749c..79a8b0f 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -32,7 +32,7 @@ Django Q is tested for Python 3.6 and 3.7 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django versions `1.11.11 LTS` and `2.0.x`. + The code is tested against Django versions `1.11.x LTS` and `2.1.x`. Please note that Django versions below 2.0 do not support Python 3.7 - `Django-picklefield `__ @@ -88,8 +88,8 @@ Optional -Extras ------- +Add-ons +------- - `django-q-rollbar `__ is a Rollbar error reporter:: $ pip install django-q[rollbar] @@ -98,6 +98,8 @@ Extras $ pip install django-q[sentry] +- `django-q-email `__ is a compatible Django email backend that will automatically async queue your emails. + Compatibility ------------- Django Q is still a young project. If you do find any incompatibilities please submit an issue on `github `__. @@ -140,7 +142,7 @@ You can reference the `requirements