Commit Graph

64 Commits

Author SHA1 Message Date
Ilan Steemers
685691ff4c Updates testing to python 3.9 (#548) 2021-05-01 13:18:33 +02:00
Ilan Steemers
3dff5528d6 Updates to Django 3.1 2020-08-06 11:22:33 +02:00
Ilan Steemers
1fe17f8c73 Adds croniter install note 2020-07-02 17:36:45 +02:00
Ilan Steemers
c89c23a0cf Adds cron to docs 2020-06-29 14:01:36 +02:00
Ilan Steemers
5f46d11350 Updates version changes in docs 2020-01-17 16:15:05 +01:00
Ilan Steemers
9f97a90b98 Bump Django LTS version 2019-08-10 14:49:31 +02:00
Ilan Steemers
64cba4243a Adds django-q-email to addons section 2018-10-31 11:53:10 +01:00
Ilan Steemers
bd6d8b42cd Only test for 1.11 , 2.0 on 3.6 and 3.7 2018-08-01 15:44:58 +02:00
ilan
2c3b5f8771 Updates Django test versions 2018-03-13 15:36:46 +01:00
ilan
e22546672e Updates version and docs 2018-01-08 15:33:04 +01:00
ilan
14589bde0f Fixes some minor mistakes in the new error reporting documentation source 2017-10-10 22:14:42 +02:00
ilan
0b649ecc31 Updates packages and Django version 2017-10-09 10:59:23 +02:00
ilan
81fdfa6abe Updates version and supported versions 2017-04-05 14:43:44 +03:00
Ronald van Zon
64ba6a9e5a Explaining how to handle tasks async with qcluster 2016-11-15 15:26:45 +01:00
ilan
09a9511341 Django 1.8.14, 1.9.8 and 1.10rc1 2016-07-21 15:26:12 +02:00
Ilan Steemers
c5d637feee Upgrades reference to Django 1.9.7 2016-06-07 16:48:41 +02:00
Ilan Steemers
1895014346 Updates to Django 1.9.6 and 1.8.13 2016-05-15 11:08:34 +02:00
Ilan Steemers
2bc8c202c8 Updates docs for latest Django versions 2016-04-12 18:23:40 +02:00
Ilan Steemers
128d269c4f Updates Django to 1.9.4 and 1.8.11 2016-03-07 13:13:46 +01:00
Ilan Steemers
f36861c0d7 Updates to Django 1.8.9 and 1.9.2 2016-02-03 16:35:50 +01:00
Ilan Steemers
8ae7aa346e Updates docs with rollbar support
also bumps version to 0.7.12
2016-01-08 12:06:56 +01:00
Ilan Steemers
f0b1f280e7 Docs: updates Django versions to 1.8.8 and 1.9.1 2016-01-07 20:43:35 +01:00
Ilan Steemers
55520ad5ce Updates Django to 1.8.6 2015-11-04 21:19:52 +01:00
Ilan Steemers
e21a9b442f docs: tested with Django 1.9b1 2015-10-20 16:42:49 +02:00
Ilan Steemers
e724b9bac1 Update tests for Django 1.8.5
Also updated botocore and blessed
2015-10-04 09:49:28 +02:00
Ilan Steemers
bcad7614b3 docs: mention Django 1.9a1 support 2015-09-28 15:14:22 +02:00
Ilan Steemers
1fd9ca2441 docs: mongodb broker 2015-09-25 20:57:47 +02:00
Ilan Steemers
cef48da789 removes root imports for django 1.9
Updated docs to promote submodule imports
2015-09-24 15:41:32 +02:00
Ilan Steemers
956e79a3a0 docs: compatibility 2015-09-22 18:46:39 +02:00
Ilan Steemers
04470c1a87 docs: compatibility 2015-09-22 18:22:08 +02:00
Ilan Steemers
754fb1ad19 adds python 3.5 for testing 2015-09-19 15:09:19 +02:00
Ilan Steemers
9af70e799d docs: Amazon SQS broker 2015-09-10 14:11:30 +02:00
Ilan Steemers
a4bdc809dc getting ready for new release 2015-09-06 17:14:43 +02:00
Ilan Steemers
73d15c3608 docs: minor updates 2015-09-06 16:54:20 +02:00
Ilan Steemers
5e5bf2cc8d docs: adjusted for multiple brokers 2015-09-06 14:48:33 +02:00
Ilan
9fbf859472 Updates to Django 1.7.10 and 1.8.4 2015-08-19 12:56:04 +02:00
Ilan
6610277b93 docs: moved Configuration to its own section
* added more info on schedule catch up.
2015-08-19 12:38:15 +02:00
Ilan
265ae9abd9 docs: added sync configuration reference 2015-08-13 18:13:45 +02:00
Ilan
6c37b09151 adds global sync configuration option
Setting the `sync` configuration option will force all async() calls to be run with `sync=True`. Useful for testing.
2015-08-13 18:02:38 +02:00
Ilan
b85738675a docs: mention possible cpu_count failure 2015-08-04 16:43:39 +02:00
Ilan
3d58e3e3eb docs: typo 2015-07-24 12:25:49 +02:00
Ilan
a44fc66682 docs: added queue_limit information 2015-07-24 11:28:52 +02:00
Ilan
0e7a5c4afb docs: added queue_limit information 2015-07-24 11:13:58 +02:00
Ilan
41970ef2fe docs: some formatting updates and minor fixes 2015-07-21 10:50:10 +02:00
Ilan
7999e0168a docs: small updates to cluster and installation 2015-07-19 20:27:01 +02:00
Ilan Steemers
b58f5038db Merge pull request #19 from Koed00/docs
docs: small edits
2015-07-16 22:09:40 +02:00
Ilan Steemers
1e7b3f6ce0 Merge pull request #18 from Koed00/dev
Adds a `timeout` override per task
2015-07-16 21:57:47 +02:00
Ilan
40ac0bfce5 Minor updates to timeout docs 2015-07-16 21:01:27 +02:00
Ilan
c0ea483784 docs: small edits 2015-07-16 18:32:45 +02:00
Ilan
28d57cb03b docs: minor changed before release 2015-07-15 23:42:02 +02:00