docs: adds 'save' option to function references

This commit is contained in:
Ilan
2015-07-21 14:23:57 +02:00
parent 4ceff55b43
commit 0d1f106470
3 changed files with 4 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ If you want to schedule regular Django management commands, you can use the :mod
Reference
---------
.. py:function:: schedule(func, *args, name=None, hook=None, schedule_type='O', repeats=-1, next_run=now() , **kwargs)
.. py:function:: schedule(func, *args, name=None, hook=None, schedule_type='O', repeats=-1, next_run=now() , q_options=None, **kwargs)
Creates a schedule