From cb05803831b14034a2d064fa3f0d812e7e3404ab Mon Sep 17 00:00:00 2001 From: Bill Anderson Date: Wed, 1 Jan 2014 16:37:13 -0600 Subject: [PATCH] Fix pickle module link. The link pointed to a page/bookmark combo which doesn't provide any info on Python's pickle module anymore. Updated it to point to the pickle module docs. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 49291ae..4d8e8f7 100644 --- a/README.markdown +++ b/README.markdown @@ -133,7 +133,7 @@ When the file is imported, `ztaskd` will register the task for running. **Important note: all functions and their arguments must be able to be pickled.** -([Read more about pickling here](http://docs.python.org/tutorial/inputoutput.html#the-pickle-module)) +([Read more about pickling here](http://docs.python.org/2/library/pickle.html#module-pickle)) It is a recommended best practice that instead of passing a Django model object to a task, you intead pass along the model's ID or primary key, and re-get