Commit History

Author SHA1 Message Date
  Paul McMillan 9c2e3c4742 More docs fixes. 12 years ago
  Ask Solem 7d5ffec723 Fixes DatabaseTask example. Closes #902 12 years ago
  Ask Solem 8894a8f756 Merge branch '3.0' 12 years ago
  Ask Solem 613052a001 Use You and I instead of We 12 years ago
  Ask Solem 1ee6603703 Merge branch '3.0' 12 years ago
  Ask Solem 6cd6f29b30 Revert task decorators to no empty parents, as it just looks so much worse 12 years ago
  Ask Solem 5e302ebd79 Merge branch '3.0' 12 years ago
  Ask Solem 1b28f3e6e0 Fixes dump_request example. thanks to ojii 12 years ago
  Ask Solem b23fd8c3f6 Use more str.format 12 years ago
  Ask Solem 2c4fa2890b Use except .. as exc 12 years ago
  Ask Solem 0a5fbe6b71 Tests passing 12 years ago
  Ask Solem eba349a0a1 Doc updates 12 years ago
  Ask Solem 9977e99388 Cosmetics 12 years ago
  Ask Solem 7b07d226ec Doc Improvements 12 years ago
  Ask Solem 0648ca3b0f Rewrite and updatae the execution guide (now called Calling Guide) 12 years ago
  Ask Solem 6a4f6e10a8 Removes clickcounter tutorial 12 years ago
  Ask Solem bd219442bb Use 'CALL a task' for client, and 'EXECUTE' for worker 12 years ago
  Ask Solem 85af6df6a7 Doc improvements 12 years ago
  Ask Solem d1ff314e1f Update Task userguide 12 years ago
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs 12 years ago
  Ask Solem 7e43c5583d Documentation now uses 'raise task.retry()' 12 years ago
  Ask Solem 59a422759f Doc improvements 12 years ago
  Ask Solem 9e93992a39 Adds note about importing the task decorator to the userguide. Closes #659 12 years ago
  Ask Solem 27abb58357 New Sphinx xref abbrevitations 12 years ago
  Ask Solem fbb94b42ad The celery.task module can now be used as a decorator (!!!) 12 years ago
  Ask Solem cf397f5202 subtask docs now uses link= 13 years ago
  Stephen Weber 00349dc21c Abstract classes: args and kwargs parameters' asterisks had slashes ahead of them, but those slashes render in the generated HTML output. These should be fine without slashes? 13 years ago
  Ask Solem 2fd201df15 Merge branch 'tayfun/master' 13 years ago
  mklauber 1aa132e68a Fixed typo where guide was attempting to define a class object using the 'def' keyword. 13 years ago
  Tayfun Sen 41be995703 I think this is the correct wording. We are calling the __init__ method of HttpError class' parent, which is Exception. 13 years ago