Mathieu Pillard
86bc0646ec
Stop supporting celery 4
2022-03-10 13:15:40 +01:00
Mathieu Pillard
b9536e75ee
Update supported Python/Django versions, use modern CircleCI images
2022-03-10 13:10:17 +01:00
Mathieu Pillard
574ede53d3
Merge pull request #28 from mozilla/bump-version-0.5
...
Bump version to 0.5
2021-07-23 16:33:48 +02:00
Mathieu Pillard
63b9b9804b
Bump version to 0.5
2021-07-23 16:32:37 +02:00
Mathieu Pillard
909dad3492
Merge pull request #27 from mozilla/circleci-badge
...
Add circle ci badge
2021-07-23 16:30:40 +02:00
Mathieu Pillard
aa63113e25
Add circle ci badge
...
Fixes https://github.com/mozilla/django-post-request-task/issues/25
2021-07-23 16:29:35 +02:00
Mathieu Pillard
3a06a867f3
Merge pull request #26 from VasiliyChefonov/master
...
Update Celery version
2021-07-23 16:27:41 +02:00
Vasily Chefonov
6ff4865ec8
Replace task decorator with shared_task
...
In Celery 5 task module is deprecated. The task decorator is available on
Celery application instance. We can use the shared_task to get the current app.
Resolves : #24
2021-01-29 11:17:15 +07:00
Vasily Chefonov
65d0192888
Update tox.ini to test both Celery 4 and Celery 5
...
Resolves : #24
2021-01-29 10:43:52 +07:00
Vasily Chefonov
9b16c1a22d
Update Celery version
...
Use Celery shared_task decorator instead of the task. Update the minimum version of the celery to 4.0.
The last Celery 3 release was in 2018 that's why it makes sense to upgrade to 4.
Resolves : #24
2021-01-28 17:38:52 +07:00
Mathieu Pillard
ac2cf8eb1a
Merge pull request #22 from mozilla/switch-to-circleci
...
Switch to Circle CI, modernizing tox config and supported Python/Django versions
2020-12-17 12:09:07 +01:00
Mathieu Pillard
35cc9a1e08
Config tweaks
2020-12-16 18:23:26 +01:00
Mathieu Pillard
005768fa90
Make python version dynamic
2020-12-16 17:51:20 +01:00
Mathieu Pillard
ff4d1b3224
Install tox in circleci builds
2020-12-16 16:39:26 +01:00
Mathieu Pillard
b401d1accd
Really use strings for parameters
2020-12-16 16:33:20 +01:00
Mathieu Pillard
5ad1e5032e
Add circleci config
2020-12-16 16:12:07 +01:00
Mathieu Pillard
073c828a4d
Switch to Circle CI, modernizing tox config and supported Python/Django versions
2020-12-16 15:48:48 +01:00
Mathieu Pillard
4b1f410e85
Update README.rst
2020-12-16 14:37:58 +01:00
Mathieu Pillard
d4cef469d7
Tag 0.4.1
2019-08-30 13:20:40 +02:00
Mathieu Pillard
f2e8596d70
Relax Django version in install_requires
2019-08-30 13:18:09 +02:00
Christopher Grebs
aa0f745a75
Prepare 0.4.0
2019-06-25 12:59:31 +02:00
Christopher Grebs
65273d5561
Move to xenial on TravisCI, Drop Python 3.4, 3.5 and add Python 3.7 support ( #15 )
...
* Move to xenial on TravisCI, Drop Python 3.4, 3.5 and add Python 3.7 support
This also adds support for Django 2.1 and Django 2.2
* Update setup.py
* Bump version number
* Fix travis config
* Drop pypy from testing, Travis Xenial doesn't support it
* Remove remaining pypy pieces
2019-06-22 05:20:26 -07:00
Christopher Grebs
616ddf96f7
Add Django 2.2 support to tox file
2019-06-22 05:17:14 -07:00
Christopher Grebs
106ddffc4e
Allow support for Django 2.2
2019-06-22 05:16:05 -07:00
Christopher Grebs
7aa6668ed1
Add Django 2.2 to travis.yml
2019-06-22 05:15:43 -07:00
Mathieu Pillard
9ea9d7004f
Merge pull request #18 from Mozilla-GitHub-Standards/master
...
Add Mozilla Code of Conduct
2019-03-31 20:38:37 +02:00
Mozilla-GitHub-Standards
0644e4b968
Add Mozilla Code of Conduct file
...
Fixes #17 .
_(Message COC002)_
2019-03-29 10:09:38 -07:00
Christopher Grebs
6bed1f56ad
Remove remaining pypy pieces
2019-01-22 16:39:47 +01:00
Christopher Grebs
1e106c1ac4
Drop pypy from testing, Travis Xenial doesn't support it
2019-01-22 13:21:58 +01:00
Christopher Grebs
3a19eb45d4
Fix travis config
2019-01-22 13:13:03 +01:00
Christopher Grebs
f339e83e7b
Bump version number
2019-01-22 13:11:53 +01:00
Christopher Grebs
f7c6469956
Update setup.py
2019-01-22 13:11:22 +01:00
Christopher Grebs
4426ffa783
Move to xenial on TravisCI, Drop Python 3.4, 3.5 and add Python 3.7 support
...
This also adds support for Django 2.1
2019-01-22 13:09:53 +01:00
Mathieu Pillard
23c50f3e64
Remove --use-wheel as latest version of pip have removed it and made it the default
2018-06-19 01:44:40 +02:00
Mathieu Pillard
b099f7e799
Update README.rst
2018-06-19 00:34:57 +02:00
Mathieu Pillard
225ec1a628
Merge pull request #10 from Saritasa/master
...
Feature update django versions
2018-06-19 00:30:47 +02:00
DaryaDoronina
e1723ff6b1
Feature update django versions
...
* Add django-2.0, remove django-1.10
* Update deps (remove django-2.0, remove django-1.10)
* Update travis setup
2018-03-02 16:49:57 +07:00
Christopher Grebs
ac369d6a67
Prepare 0.2.0 release
2017-11-07 13:29:15 +01:00
kseniyashaydurova
ccf86a31ed
Feature update python, django and celery versions ( #9 )
...
* Added python3.6 and django-1.11, removed django-1.9
* Update deps (django-1.11, celery4) + add celery4 testing
* Update travis setup
2017-11-07 13:27:44 +01:00
Christopher Grebs
7d229f1657
Increase to 0.1.1 because I messed up the pypi release...
2016-10-11 19:39:33 +02:00
Christopher Grebs
99ff19f575
Merge pull request #6 from mozilla/feature/py3k
...
Python 3 and more django support, various cleanups along the way
2016-10-11 19:34:11 +02:00
Christopher Grebs
73add0f245
Update Makefile, readme and travis config to reflect new testing environment and compat list.
2016-10-11 19:26:29 +02:00
Christopher Grebs
fea3f80771
Update setup.py, update classifiers, support Django 1.8-1.10 and python 3.
...
Fixes #5
2016-10-11 19:25:19 +02:00
Christopher Grebs
278788bb29
Add tox.ini file
2016-10-11 19:25:13 +02:00
Mathieu Pillard
b84d64502b
v0.0.3
2016-02-01 13:27:24 +01:00
Mathieu Pillard
a327aa1da0
Merge pull request #4 from diox/fully-abstract
...
Abstract the thread locals variables a little more
2016-02-01 13:26:52 +01:00
Mathieu Pillard
33b5ad8f6a
Abstract the thread locals variables a little more
2016-02-01 13:22:15 +01:00
Mathieu Pillard
5b95282651
Merge pull request #3 from diox/return-value
...
Return apply_async() value back outside the request-response cycle
2016-01-29 14:08:54 +01:00
Mathieu Pillard
356e517af5
Return apply_async() value back outside the request-response cycle
2016-01-28 20:07:32 +01:00
Mathieu Pillard
42ce7e808a
v0.0.2
2016-01-28 18:40:09 +01:00