커밋 기록

작성자 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 년 전