File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ not released yet
6+ ----------------
7+
8+ * Fix documentation
9+
5100.2.2 (2020-02-11)
611------------------
712
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ You can configure the library in Django settings. Following options are availabl
1111 Iterable of Django apps that will be scanned for ``handlers `` module at startup. If the module is found, it will be
1212 imported, i.e. causing notification handlers to be automatically loaded.
1313
14- * ``PYNOTIFY_CELERY_TASK `` (default: ``pynotify.tasks.pynotify_task ``)
14+ * ``PYNOTIFY_CELERY_TASK `` (default: ``pynotify.tasks.notification_task ``)
1515
1616 Import path to a Celery task used in asynchronous mode. See :ref: `async `.
1717
Original file line number Diff line number Diff line change @@ -63,3 +63,12 @@ pynotify.serializers
6363.. automodule :: pynotify.serializers
6464 :members:
6565 :show-inheritance:
66+
67+ pynotify.tasks
68+ ---------------------------
69+
70+ .. automodule :: pynotify.tasks
71+ :members:
72+ :show-inheritance:
73+
74+ .. autofunction :: notification_task(self, *args, **kwargs)
You can’t perform that action at this time.
0 commit comments