File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
.. contents::
6
6
:local:
7
7
8
+ .. _version-3.1.16:
9
+
10
+ 3.1.16
11
+ ======
12
+ :release-date: 2014-09-19 00:00 06:00 P.M UTC
13
+
14
+ - Fixed a problem with management commands hanging when
15
+ ``djcelery`` is added to ``INSTALLED_APPS``.
16
+
8
17
.. _version-3.1.15:
9
18
10
19
3.1.15
Original file line number Diff line number Diff line change 4
4
5
5
.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
6
6
7
- :Version: 3.1.15
7
+ :Version: 3.1.16
8
8
:Web: http://celeryproject.org/
9
9
:Download: http://pypi.python.org/pypi/django-celery/
10
10
:Source: http://github.com/celery/django-celery/
Original file line number Diff line number Diff line change 5
5
6
6
import os
7
7
8
- VERSION = (3 , 1 , 15 )
8
+ VERSION = (3 , 1 , 16 )
9
9
__version__ = '.' .join (map (str , VERSION [0 :3 ])) + '' .join (VERSION [3 :])
10
10
__author__ = 'Ask Solem'
11
11
You can’t perform that action at this time.
0 commit comments