Browse Source

Adds requirements/extras/django.txt

Ask Solem 8 years ago
parent
commit
7db07913a3
3 changed files with 9 additions and 0 deletions
  1. 7 0
      docs/includes/installation.txt
  2. 1 0
      requirements/extras/django.txt
  3. 1 0
      setup.py

+ 7 - 0
docs/includes/installation.txt

@@ -103,6 +103,13 @@ Transports and Backends
 :``celery[consul]``:
     for using the Consul.io Key/Value store as a message transport or result backend (*experimental*).
 
+:``celery[django]``
+    specifies the lowest version possible for Django support.
+
+    You should probably not use this in your requirements, it's here
+    for informational purposes only.
+
+
 .. _celery-installing-from-source:
 
 Downloading and installing from source

+ 1 - 0
requirements/extras/django.txt

@@ -0,0 +1 @@
+Django>=1.8

+ 1 - 0
setup.py

@@ -56,6 +56,7 @@ elif PY33_OR_LESS and not PYPY24_ATLEAST:
 EXTENSIONS = {
     'auth',
     'cassandra',
+    'django',
     'elasticsearch',
     'memcache',
     'pymemcache',