Commit Graph
99 Commits
Author SHA1 Message Date
Ilan Steemers 5f46d11350 Updates version changes in docs 2020-01-17 16:15:05 +01:00
Ilan Steemers 70269e1e43 Updates to Django 2.2.5 2019-09-26 11:53:09 +02:00
Ilan Steemers 9f97a90b98 Bump Django LTS version 2019-08-10 14:49:31 +02:00
Vedran Karacic 3dc4765796 Fix test section format in readme 2019-05-08 13:42:38 +02:00
Janne Rönkkö 2e7bf60ff4 Document how to run tests on your computer 2019-01-27 16:49:42 +02:00
Ilan Steemers bcfcd5f390 Updates version compatibility in docs 2018-10-31 11:53:27 +01:00
Ilan Steemers b26534de40 Mention locales 2018-08-15 21:38:46 +02:00
Ilan Steemers fb8da040b4 Add warning about asyn_task refactor 2018-08-14 12:26:50 +02: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 Steemers acebdaa850 Renames async/enqueue to async_task. 2018-08-01 15:20:34 +02:00
Pierre-Elliott Bécue ae75a84f7f Replaces async occurrences with alternatives
* async is now a reserved word in python3.7
 * Rename async function to enqueue
 * Rename all async_ functions to enqueue_
 * Rename Async class to AsyncTask
 * Updates the docs.
2018-07-07 21:33:43 +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 Steemers f537299552 Adds sentry support to readme 2017-10-10 21:49:27 +02:00
Ilan Steemers e5461887f3 Updates supported django versions 2017-10-09 12:48:52 +02:00
ilan 81fdfa6abe Updates version and supported versions 2017-04-05 14:43:44 +03:00
ilan 09a9511341 Django 1.8.14, 1.9.8 and 1.10rc1 2016-07-21 15:26:12 +02:00
Ilan Steemers 6891e1968a Readme: mentions 1.10a1 tests 2016-06-07 17:04: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 2e76f9eb45 Updates README with new Django versions 2016-01-07 20:46:38 +01:00
Ilan Steemers 55520ad5ce Updates Django to 1.8.6 2015-11-04 21:19:52 +01:00
Ilan Steemers b519fca371 Update README.rst 2015-10-19 16:19:43 +02:00
Ilan Steemers 6ee086c59d Update README.rst 2015-10-19 11:39:52 +02:00
Ilan Steemers ee87333c43 Merge pull request #84 from Koed00/dev
Adds cached result backend
2015-10-04 14:43:20 +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 7911419642 docs: updated cache and group operations 2015-10-02 18:31:52 +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 754fb1ad19 adds python 3.5 for testing 2015-09-19 15:09:19 +02:00
Ilan Steemers a493f9cc78 Adds wait option to result() and fetch() 2015-09-18 10:57:09 +02:00
Ilan Steemers 2b543635c1 Update README.rst 2015-09-17 20:02:45 +02:00
Ilan Steemers 6523501399 codecov badge 2015-09-17 16:07:15 +02:00
Ilan Steemers 789f934208 docs: Django ORM broker 2015-09-14 15:38:16 +02:00
Ilan Steemers f87bb5f8a8 Updated README 2015-09-10 14:26:55 +02:00
Ilan Steemers 9af70e799d docs: Amazon SQS broker 2015-09-10 14:11:30 +02:00
Ilan Steemers 5f4334d85a docs: adds IronMQ and bulk config 2015-09-08 17:17:54 +02:00
Ilan Steemers a4bdc809dc getting ready for new release 2015-09-06 17:14:43 +02:00
Ilan Steemers 43065233f6 Updated README 2015-09-06 16:55:46 +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 Steemers 3f75e7fa05 removed SQS and IronMQ brokers for now
Both brokers are not atomic and cause all kinds of problems during testing. Needs more time.
Meanwhile I want to release the pluggable broker backend.
2015-09-04 14:49:17 +02:00
Ilan 0de742b417 Updated README
out of Alpha
2015-08-28 15:47:26 +02:00
Ilan ababf2c5d0 Updated README
fixed some links
2015-08-28 15:47:26 +02:00
Ilan 57d9c40ae8 Updated README
fixed some links
2015-08-28 15:47:26 +02:00
Ilan Steemers 2011efbe0a Merge pull request #49 from Koed00/dev
v0.5.3
2015-08-19 04:02:27 -07:00