mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-19 02:48:16 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -190,7 +190,7 @@ Admin page or directly from your code:
|
||||
|
||||
Models
|
||||
~~~~~~
|
||||
- `Task` and `Schedule` are Django Models and can therefore be managed by your own code.----------------
|
||||
- `Task` and `Schedule` are Django Models and can therefore be managed by your own code.
|
||||
- `Task` objects are only created after an async package has been executed.
|
||||
- A `Schedule` creates a new async package for every execution and thus an unique `Task`
|
||||
- `Success` and `Failure` are convenient proxy models of `Task`
|
||||
@@ -224,4 +224,4 @@ Acknowledgements
|
||||
.. |image1| image:: https://coveralls.io/repos/Koed00/django-q/badge.svg?branch=master
|
||||
:target: https://coveralls.io/r/Koed00/django-q?branch=master
|
||||
.. |image2| image:: http://badges.gitter.im/Join%20Chat.svg
|
||||
:target: https://gitter.im/Koed00/django-q
|
||||
:target: https://gitter.im/Koed00/django-q
|
||||
|
||||
Reference in New Issue
Block a user