|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
myapp.control.inspect(limit=1).ping()
|
|
|
|
|
|
-- Beat: now works with timezone aware datetimes.
|
|
|
+- Beat: now works with timezone aware datetime's.
|
|
|
|
|
|
- Task classes inheriting ``from celery import Task``
|
|
|
mistakingly enabled ``accept_magic_kwargs``.
|
|
@@ -30,10 +30,10 @@
|
|
|
Previously it would not patch the environment early enough.
|
|
|
|
|
|
- The :program:`celery` command now supports extension commands
|
|
|
- using setuptools entrypoints.
|
|
|
+ using setuptools entry-points.
|
|
|
|
|
|
Libraries can add additional commands to the :program:`celery`
|
|
|
- command by adding an entrypoint like::
|
|
|
+ command by adding an entry-point like::
|
|
|
|
|
|
setup(
|
|
|
entry_points=[
|