Историја ревизија

Аутор SHA1 Порука Датум
  Ask Solem d2f8918a44 Merge branch '3.0' пре 13 година
  Ask Solem 19d54ef148 Repr of old task class now shows "v2 compatible" пре 13 година
  Ask Solem 1d1bf0b117 Tests passing пре 13 година
  Ask Solem 243d58ca60 Merge branch '3.0' пре 13 година
  Ask Solem d1035a1a47 Fixes stack protection when app initialized multiple times. Closes #1003 пре 13 година
  Ask Solem f2017db47a Merge branch '3.0' пре 13 година
  Ask Solem 204f5b9c1c celery.task.Task no longer takes magic kwargs by default. Closes #918 пре 13 година
  Ask Solem fd963903b2 [compat] push_request + pop_request cannot be classmethods. Closes #912 пре 13 година
  Ask Solem 98d952204f Removes the CELERY_TASK_ERROR_WHITELIST setting пре 14 година
  Ask Solem b72faa29b6 Removes the 'connect_timeout' argument to connection related functions, as use of the pool now makes it impossible to support пре 14 година
  Ask Solem 2c4fa2890b Use except .. as exc пре 13 година
  Ask Solem a8d4123253 Task classes inheriting 'from celery import Task' should not use accept_magic_kwargs пре 13 година
  Ask Solem 9372cc73c7 Renames app.broker_connection -> app.connection пре 13 година
  Ask Solem 71ca777f23 Removes Task.logger (not in 2.5) пре 13 година
  Ask Solem 566c4da7b4 Use ' instead of " пре 13 година
  Ask Solem cc1ae88ff9 Remove copyright texts from modules пре 13 година
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs пре 13 година
  Ask Solem c50789350d Tests passing пре 13 година
  Ask Solem b4a3f9f67e Modern Task class no longer supports: establish_connection(), get_publisher(), get_consumer() and get_logger() пре 13 година
  Ask Solem e2b052c2d8 current_task and Task.request are now LocalStack's. Maybe fixes #521 пре 13 година
  Ask Solem e3418c22a2 Annotations now supports decorators if the key startswith '@'. пре 13 година
  Ask Solem 9571e0e551 Cosmetics пре 13 година
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right пре 13 година
  Ask Solem fbb94b42ad The celery.task module can now be used as a decorator (!!!) пре 13 година
  Ask Solem cd4a4fd61a Only old Task is now bound by class, new are bound by instance пре 13 година
  Ask Solem ad73427583 Accidentally removed Registry.periodic/regular/filter_types пре 13 година
  Ask Solem 38361c839e celery.task.Task is no longer bound to an app by default, so configuration of the task is lazy пре 13 година
  Ask Solem 22ceb946b5 Task registry is no longer global, but needs testing before merge, and hopefully cleaning up пре 14 година
  Ask Solem 6708b9ce9b Removes built-in ping task (celery.ping) scheduled for removal since 2.3 пре 13 година
  Ask Solem 3fd8b0126b No longer possible to import subtask from task.base (removeal was scheduled for 2.4) пре 13 година