Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/django-celery

Old Celery integration project for Django
https://github.com/celery/django-celery

Simplify the tox.ini (use the generative environment list from tox-1.7: https://testrun.org/tox/latest/config.html#generative-envlist).

3cbf62d6e0cb9532de37c19675f758bc8a2d2e4f authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Update test deps.

7946872d31a709dcfc77d64db8d0672a4f7201b4 authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Refresh migration. Sort the states so makemigration doesn't trip on different order (and create bogus new migrations).

c5c9a6f39271b87eec736cea8bbb413c55fdf050 authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Add initial Django 1.7 migrations.

7b617e79397719dffbf9b4df82694c26b64b57db authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Add note about migrations in introduction docs.

da0b98caf9dc96c4d9ec91c09e00c5e19dcb0da3 authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Move south migrations to south_migrations.

5421358c144b93d611f22a5fc5f04f0a4659fbff authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Add middleware setting (stop Django 1.7 complaints).

bb57dd59cd8c9d6b6f058c3f25f6c4895b108f71 authored almost 10 years ago by Ionel Cristian Mărieș <[email protected]>
Adds Dmitriy Krasilnikov to AUTHORS

9f8738e43251c2b42e4f68b4a65a8bc215aec149 authored almost 10 years ago by Ask Solem <[email protected]>
Merge pull request #355 from dmitry-krasilnikov/master

Made use of CELERY_ENABLE_UTC

8465202a146174449123ca00f10576b78f8272a4 authored almost 10 years ago by Ask Solem Hoel <[email protected]>
Made use of CELERY_ENABLE_UTC

4e01d67ef22315d694cc06f358debd1e22cbfcbe authored almost 10 years ago by Dmitriy Krasilnikov <[email protected]>
os.environment must be bytes. Closes #344

554984b0f637d4e65b087abced0371a0bc369cc7 authored about 10 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/django-celery

3ff5572d9c795eba255c127b2e95728269c88ce6 authored over 10 years ago by Ask Solem <[email protected]>
flakes

ab5a231f741a658aee282dc0eaaabe50b3d48fbb authored over 10 years ago by Ask Solem <[email protected]>
Disable model validation on Django 1.7. Closes #336

ecae82210348c291c34181d856397a385dfb39a8 authored over 10 years ago by Ask Solem <[email protected]>
Add a stderr and stdout to the Celery commands

The management commands are broken with Django 1.7, which complains because the Command has no s...

61e74f16a50a98eca405ebe329278dcbd26e3bdf authored over 10 years ago by artscoop <[email protected]>
Adds Rockallite Wulf to AUTHORS

bf7fd16d7a5fa487199923cdd3e67a72e067fec5 authored over 10 years ago by Ask Solem <[email protected]>
Fix WorkerState.is_alive() not accurate when settings.USE_TZ = True and the local timezone is not UTC

c1b0080018939585ee5f168e20c70d6ad4cea79f authored over 10 years ago by Rockallite Wulf <[email protected]>
Merge pull request #326 from artscoop/patch-1

Add a stderr and stdout to the Celery commands

784a890fd3288b9a597ae71d1343cdb074c6ff98 authored over 10 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #332 from rockallite/feature/fix_worker_state_is_alive

Fix WorkerState.is_alive() not accurate when settings.USE_TZ = True and ...

c6294ca7d63b401fe3bcaff4e3db0c24773ffb81 authored over 10 years ago by Ask Solem Hoel <[email protected]>
Adds Piotr Bulinski to AUTHORS

9257d1c82217f656dd43be5404bab2af8dc2cedb authored over 10 years ago by Ask Solem <[email protected]>
Merge pull request #337 from piotrbulinski/master

let's make it a bit more Python 3 compatible

8deb6d43c08b5cc705e7e8993dd2ef3afb8035ef authored over 10 years ago by Ask Solem Hoel <[email protected]>
remove unnecessary __unicode__ method from PeriodicTaskAdmin

8361e5581cac57239c96043a26c70ea7061fec76 authored over 10 years ago by Piotr Bulinski <[email protected]>
depend less on 3rd parties to be Py2/3 compatible

da9a5b9583b60a36a9a8259e4d17fcc60eb672fc authored over 10 years ago by Piotr Bulinski <[email protected]>
fix PeriodicTaskAdmin (__unicode__)

3136f09bd7a506b6edb3af4e8a0178ab19c648d6 authored over 10 years ago by Piotr Bulinski <[email protected]>
let's make it a bit more Python 3 compatible

d76823f063dd1588d298eaf157fef252ac81eb7f authored over 10 years ago by Piotr Bulinski <[email protected]>
Merge branch 'release/fix_worker_state_is_alive' into feature/fix_worker_state_is_alive

f5ff70d6da6f50756692d3a3aea1a06b572506ee authored over 10 years ago by Rockallite Wulf <[email protected]>
Fix WorkerState.is_alive() not accurate when settings.USE_TZ = True and the local timezone is not UTC

175a8874f58b4bcab55bc8260223f4eeb532bbb3 authored over 10 years ago by Rockallite Wulf <[email protected]>
Merge pull request #320 from belegnar/patch-1

Update base.py

49e3fbbe9c08159014bb25e827376683af545d8d authored over 10 years ago by Ask Solem Hoel <[email protected]>
Compatibility with Celery 3.2a1

d231521b82b369a05f2e4f98c2b263e6fcce4bb2 authored over 10 years ago by Ask Solem <[email protected]>
Master is now 3.2.0a1

98feca00ed8d197f3d5a125b8d9f188b343a84b2 authored over 10 years ago by Ask Solem <[email protected]>
Add a stderr and stdout to the Celery commands

The management commands are broken with Django 1.7, which complains because the Command has no s...

7e72208a1e225dfeace7ee1919da2a6b43fb96ed authored over 10 years ago by artscoop <[email protected]>
Update base.py

option --no-color conflicts with django option --no-color in django1.7b1

38ddb0021ba9fb15467ed6b3c6661c1e51f6a627 authored over 10 years ago by Belegnar <[email protected]>
Bumps version to 3.1.10 and updates Changelog

415f70027116ad362c0b66a4cbfe341b3a7e3675 authored over 10 years ago by Ask Solem <[email protected]>
Fix for tests when using celery 3.1.10

1064d49b0f2c4a2a618e6ae7ebfa70c13aff0a7e authored over 10 years ago by Ask Solem <[email protected]>
Adds Michael van Tellingen to AUTHORS

cdef76b17c9c2193cf9fa80f020938f0e96928df authored over 10 years ago by Ask Solem <[email protected]>
Merge pull request #309 from mvantellingen/fix-timestamps

Fix snapshot.aware_tstamp by converting from utc timestamp

5c8994fec17601a15b5086888d0fd01978a93234 authored over 10 years ago by Ask Solem Hoel <[email protected]>
Adds Spencer Ellinor to AUTHORS

153a875c15b9bb0742c5bdfbaedca2510ab7805c authored over 10 years ago by Ask Solem <[email protected]>
Merge pull request #315 from zpencerq/master

Add testing for Django 1.2, 1.3 and 1.4 with some fixes.

78c2dc9deb287d33afb8ace8eabfafded9e72147 authored over 10 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #317 from davidfischer-ch/master

Import DiscoverRunner if available, Django 1.8+

f31e4cf46aaaecf8624d30128b822c744e49476a authored over 10 years ago by Ask Solem Hoel <[email protected]>
Import DiscoverRunner if available, Django 1.8+

01ad9558e3458ca255b263fa55655e036c583198 authored over 10 years ago by David Fischer <[email protected]>
fix(tests): fix CACHE_BACKEND test for Django 1.2

The format for the CACHE_BACKEND Django setting was changed in Django
1.3+ to the new dictionary...

cec28d5b4c7432a231a9a5f0bcd46319e61069c8 authored almost 11 years ago by Spencer Ellinor <[email protected]>
fix(tests): fix database setup for Django < 1.4

This fixes the TypeError that occurs during the database setup for the
testsuite in Django < 1.4...

47f7bdb4ac0b3398e9ac573776ec8dd3d412430e authored almost 11 years ago by Spencer Ellinor <[email protected]>
fix(tests): fix deprecated imports for Django <1.6

This fixes an import that breaks in older versions of Django. It's just
the 'django.conf.urls.de...

4a7a4b4ddb3628ba03e27cf9c35688d8e5686c66 authored almost 11 years ago by Spencer Ellinor <[email protected]>
fix(tests): add Django 1.2 and 1.3 to tox.ini

This fix simply adds the testing configuration for Django 1.2 and 1.3
and removes the tox config...

068873b233b67f57da682b776809d2dc4c7de294 authored almost 11 years ago by Spencer Ellinor <[email protected]>
Adds David Fischer to AUTHORS

b6eeb8952594a7f8073901db613801f2ac544cd7 authored almost 11 years ago by Ask Solem <[email protected]>
Merge pull request #312 from davidfischer-ch/master

Fix some deprecations

3bd56259ac6f9ac8f8d6870fe5317c6f089d2f20 authored almost 11 years ago by Ask Solem Hoel <[email protected]>
Fix #311 ModelForm without either fields or exclude is deprectated

34885abc31ade21b653a9e19b25793a80017419a authored almost 11 years ago by David Fischer <[email protected]>
Fix #308 methods should be renamed get_queryset

7934a1caf57e897aeeb53cf89853e660b4747df4 authored almost 11 years ago by David Fischer <[email protected]>
Fix snapshot.aware_tstamp by converting from utc timestamp

9de360fff88c3b3eb6e1555fe470a473fb23f574 authored almost 11 years ago by Michael van Tellingen <[email protected]>
Merge pull request #307 from koodjo/patch-1

Bug in humanize.py

edd77732450206d43ee2d225aff4a7206c3156bb authored almost 11 years ago by Ask Solem Hoel <[email protected]>
Bug in humanize.py

86a91bd303a82d9137200c262ac89fa599980907 authored almost 11 years ago by koodjo <[email protected]>
Tests passing on Django 1.7a1

e309604d6aa0533dd8d6e095466d2ec3bfac3ddc authored almost 11 years ago by Ask Solem <[email protected]>
Tests passing on Django 1.7a1

675040bf017f1f6cad60d5663dca6fb536096abc authored almost 11 years ago by Ask Solem <[email protected]>
Adds djcelery.db to API reference

7861255054aa7933391a37ed87c7f83f0d000964 authored almost 11 years ago by Ask Solem <[email protected]>
Updates Changelog

96169813b421500a97bf84ef03cecb09b5642a33 authored almost 11 years ago by Ask Solem <[email protected]>
get_query_set -> get_queryset

2f4bfd5550cb383e2b40193cef8abe9ebd12973d authored almost 11 years ago by Ask Solem <[email protected]>
Now depends on celery 3.1.9

8b69f5f97b2090e9f3651432b4a4f7215a0cf8e8 authored almost 11 years ago by Ask Solem <[email protected]>
All tests passing

030966b1a3c479f7d99d262714c39a7a66cf7d47 authored almost 11 years ago by Ask Solem <[email protected]>
Updates Changelog

8aba30e58311960adf65105ef45d071ccb3e01f1 authored almost 11 years ago by Ask Solem <[email protected]>
flakes

4b1f62c0ae98d78bf11fb1c98ded0c48575cedbf authored almost 11 years ago by Ask Solem <[email protected]>
Database result backend now works with Python 3

adb2b13604b265531a0db9e85350d52286e4c805 authored almost 11 years ago by Ask Solem <[email protected]>
Updates Changelog and bumps version to 3.1.9

4cbc62d3e59026749dbbd779c17babb6e7470708 authored almost 11 years ago by Ask Solem <[email protected]>
forgot to add djcelery.db module

749af7b5b0f9c6c4a67af79eed9480d03b407f64 authored almost 11 years ago by Ask Solem <[email protected]>
Horrible hacks to work with Django 1.6 and still be compatible

d04f9a47616c316649457cfd9a7b86617f27a613 authored almost 11 years ago by Ask Solem <[email protected]>
Fixes translation problems with naturaldate. Closes #300

d9af2df9ae7c8b85eeb9e4cecd19329ec2ebd2b4 authored almost 11 years ago by Ask Solem <[email protected]>
Fixes TestSuiteRunner. Closes #303

37c1c3389ef96208714ce1e3a3cfc41636223eea authored almost 11 years ago by Ask Solem <[email protected]>
Adds Jeff Fischer to AUTHORS

d44ecf1dbab05e126475626d6e82642403e2f1da authored almost 11 years ago by Ask Solem <[email protected]>
Merge branch 'genforma/master'

3b5f7ef58ead49db95c9fd215f4a1e4f1a12fa21 authored almost 11 years ago by Ask Solem <[email protected]>
Adds Brett Gibson to AUTHORS

f27c1d164e1c3c3a2d8a3955447fbe85adddbe6e authored almost 11 years ago by Ask Solem <[email protected]>
Add requested call to check_args.

b912c1a508640c7c351ed1d945bfeebdaa995332 authored about 11 years ago by Brett Gibson <[email protected]>
Do not pass *args to celery.bin.worker.run.

The method celery.bin.worker.run only takes keyword arguments. Passing
*args to it was resulting...

2fe74ec30f8d7aa7840315955ddee0d74d6f77d9 authored about 11 years ago by Brett Gibson <[email protected]>
Celery command: BaseCommand.run_from_argv does not do model validation

Maybe fixes #253

622f39b6f15e33fb37d443f32e0544b2648a57c9 authored about 11 years ago by Ask Solem <[email protected]>
Potential fix for issue celery/django-celery#289. Use manual transactions and check for is_dirty().

505464581bc3305f3794f98525dfc3b1ead83a33 authored about 11 years ago by Jeff Fischer <[email protected]>
Merge pull request #291 from dongweiming/recover_django_urls

Recover django import patterns, url ImportError

af5c1d7ad20e3d998d6c458dc1f898b839558066 authored about 11 years ago by Ask Solem Hoel <[email protected]>
Recover django import patterns, url ImportError

f9425bac501dd2f14bb1fbb39039786774b516b2 authored about 11 years ago by dongweiming <[email protected]>
cannot use sphinx in readme

dc10d454aba18ad4e98158194636562b11191274 authored about 11 years ago by Ask Solem <[email protected]>
remove examples directory and extra/supervisord

1951ab4d9c3de7bfc3f8a8e20e94e69e3d911613 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.1.1 and updates Changelog

bf787c5d3b0de115999b876509038a416c887df1 authored about 11 years ago by Ask Solem <[email protected]>
Cannot do like #226

A unittest reminded me why it doesn't catch ImportError,
it's because if there is a syntax error...

afe17fbc96e7d81ce597b8c75b339a7e8001afe7 authored about 11 years ago by Ask Solem <[email protected]>
Updates Changelog

73985ea9f42fc0684d66de5a0ac3b8f469f62ce5 authored about 11 years ago by Ask Solem <[email protected]>
Fixes #210

5318fb1d765192ec5355c6f17a20d20314f6b49c authored about 11 years ago by Ask Solem <[email protected]>
Disable periodic task if schedule deleted. Closes #208

b973c2966d5ecbd7ceac9e9c07274aece0b183d5 authored about 11 years ago by Ask Solem <[email protected]>
Fixes #201 (test_runner and always_eager)

4851f2ea98bfefcebb1d3075b04fcf1d28dd7215 authored about 11 years ago by Ask Solem <[email protected]>
Adds Charlie DeTar to AUTHORS

9b9f3c89ab25380b945bdedd0c265ca10fbea3e1 authored about 11 years ago by Ask Solem <[email protected]>
Alter test runner to store `TaskMeta`

This patch changes `CeleryTestSuiteRunnerStoringResult` to store
`TaskMeta` results instead of `...

7725c96bc458bf0618aee41378a91ba73c00dc44 authored about 11 years ago by Charlie DeTar <[email protected]>
Adds Jens Alm to AUTHORS

b5680c825a13e353c89f14582d4194ec25a9c353 authored about 11 years ago by Ask Solem <[email protected]>
check for USE_TX in get_heartbeat

The celery cam was giving errors when used with USE_TZ=False. This
fixes that. Tested on django ...

ae2d0eceec26f3216e9e0f4ba9aaca104a37cdd8 authored about 11 years ago by Jens Alm <[email protected]>
Fix for #153 that includes microseconds

f69f89436576e3034c04e739aaac742aad316a45 authored about 11 years ago by Ask Solem <[email protected]>
Edit project description

971d18baff78e6525dcb56984479cc0607483bbd authored about 11 years ago by Ask Solem <[email protected]>
This project is no longer necessary

da4b47d2fd8b32b96e594c8ac3083228fecc535c authored about 11 years ago by Ask Solem <[email protected]>
find_related_module now handles ImportError. Closes #226

a48f2298739a40b14c07575bfd83e93d7a8f5b1a authored about 11 years ago by Ask Solem <[email protected]>
Adds Alvaro Vega to AUTHORS

ee91e546ad618f84a33a41b222aebfb8e1ee6b4b authored about 11 years ago by Ask Solem <[email protected]>
Cosmetics for #275

f441ff1ee584b5b2e72c95303487f23ac435919f authored about 11 years ago by Ask Solem <[email protected]>
preserve milliseconds

75ea376f22860b4d343d21e131e615e7930be519 authored about 11 years ago by Alvaro Vega <[email protected]>
Fix bug in celerycam about "MySQL backend does not support timezone-aware datetimes." when a celery task has defined expires option.

1fef88975ec049ae9018a437d787033a7460be2a authored about 11 years ago by Alvaro Vega <[email protected]>
No longer needs to remove fixup

6aaa85e579ff59c283d729cabd4bee336696b0a9 authored about 11 years ago by Ask Solem <[email protected]>
Adds Anton Novosyolov to AUTHORS

94f52910c4e160b83941790d22ddb29d940be705 authored about 11 years ago by Ask Solem <[email protected]>
Python3 compatibility fix

35f9b895ff7502260aee1d5e436202b86c0dc76f authored about 11 years ago by Anton Novosyolov <[email protected]>
Maybe fixes #285

5820f310f935982939e39ffa22c05d839f6a53b7 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.1.0

9042f63e4f6ee864313a5a156d854e0a48aedf16 authored about 11 years ago by Ask Solem <[email protected]>