Skip to content

Commit

Permalink
Removes celery.contrib.batches
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jun 28, 2016
1 parent 77995bc commit 4b3ab70
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 282 deletions.
265 changes: 0 additions & 265 deletions celery/contrib/batches.py

This file was deleted.

1 change: 0 additions & 1 deletion celery/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def find_distribution_modules(name=__name__, file=__file__):

def import_all_modules(name=__name__, file=__file__,
skip=('celery.decorators',
'celery.contrib.batches',
'celery.task')):
for module in find_distribution_modules(name, file):
if not module.startswith(skip):
Expand Down
2 changes: 1 addition & 1 deletion docs/history/changelog-2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Fixes
* Now emits a user-friendly error message if the result backend name is
unknown (Issue #349).

* :mod:`celery.contrib.batches`: Now sets loglevel and logfile in the task
* ``celery.contrib.batches``: Now sets loglevel and logfile in the task
request so ``task.get_logger`` works with batch tasks (Issue #357).

* worker: An exception was raised if using the amqp transport and the prefetch
Expand Down
4 changes: 2 additions & 2 deletions docs/history/changelog-3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.

Fix contributed by Thomas Grainger.

- Batches: Added example sending results to :mod:`celery.contrib.batches`.
- Batches: Added example sending results to ``celery.contrib.batches``.

Contributed by Thomas Grainger.

Expand Down Expand Up @@ -855,7 +855,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.

- An optimization was too eager and caused some logging messages to never emit.

- :mod:`celery.contrib.batches` now works again.
- ``celery.contrib.batches`` now works again.

- Fixed missing white-space in ``bdist_rpm`` requirements (Issue #1046).

Expand Down
12 changes: 0 additions & 12 deletions docs/reference/celery.contrib.batches.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
celery.loaders.base
celery.states
celery.contrib.abortable
celery.contrib.batches
celery.contrib.migrate
celery.contrib.sphinx
celery.contrib.rdb
Expand Down

0 comments on commit 4b3ab70

Please sign in to comment.