-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Django 4.0 #465
Comments
#435 updated to |
Oh, didn't notice that, good catch 👍 |
Yeah, we are waiting for the release as well. |
was on vacation. I will clear my backlogs and release this soon |
I'm also waiting for the thing. Say if I can help somehow :) |
i have a lots of release to make this week, just released py-amqp v5.0.7. have lil bit more patience in the mean time. |
@auvipy Thanks for the update! Awaiting the support for django 4.0 |
in the mean try install from master and report any issues |
Is there any updates here? |
waiting for django 4.0.1 release which is due tomorrow |
I think we can mark this done. I've updated one of my apps to Django 4.0 using this repo's master branch and, so far, I haven't witnessed any issue. |
master branch seems to work but I'm not a fan of using it in production deployments. |
just can you tell that using the master branch with django 4.0.1 create any new no-op migrations? |
No migrations were detected. I'm actually using this:
with Django 4.0.1. |
thanks, I will try to release both django integration tomorrow. taking rest today as last 2 days and one night I was busy with my wife's medical emergency. |
Thank you, @auvipy, take care! Yes, we're also waiting for a release, but it's not as urgent. Thank you for your continuous support and maintenance! ♥ |
Hi there, Thanks for such a great thing. Can you enable Django 4.0 ? Because currently it's not installing with Django 4.0. Please release a version. |
I am little bit fatigued in chilly winter. allow me couple of days for release |
hope everything is good, take your time and thanks! |
@auvipy I hope you are doing well. Is there any update on this issue? When we can expect a release? |
for those benefited from the celery django integration packages consider donating through https://opencollective.com/celery this will support my time. |
@auvipy I hope you're doing well. We'd like to know more about this issue. Is there going to be a new release, |
you people do me a favor? if possible try to review the open PR's on this milestone, try them locally and left your review. |
@auvipy |
@insspb I don't think there's any hard incompatibility with django-timezone-field 5.0. The requirement looks like it's just been pinned to <5 to be safe against future backward incompatibilities. django-celery-beat doesn't use the I do note however that django-timezone-field has dropped support for django 3.0 and 3.1 which means this project should presumably also drop support for those versions. |
Is this releasing soon? |
I'm still waiting as well, is there anything we can help? @auvipy |
you all can pray for me, I am suffering from post covid chronic fatigue :) though I am eating well and taking suppliments, I am not so strong yet. I restarted work today, and I have plans to clear all due releases. |
however this #518 might be a blocker, can anyone confirm? |
@auvipy get well! Here I had the damn thing twice, with long-lasting effects also but recovered fully (or so I think). |
release a related version good peoples https://pypi.org/project/django-celery-results/2.3.0/ next is this in high prio Q! the delays were totally out of my control :) |
Thanks! 🙏 Please don't stress about the releases. This is open source and people have lives. If someone wants to speed up the development, they can contribute either code or money. |
I have had it too, take care and thank you for your time |
@auvipy |
Related PR was merged although there are still a few other issues to close before release. |
For people that need a quick but dirty workaround, I managed to get it working with Django 4.0.1 by installing the dependencies manually |
any updates about this? |
Worked for me. Don't see any issues with this at the moment, will try to run some tests on my applications and get back if anything wrong happens. |
I am looking for support of Django==4.0.3 |
django-timezone-field v5 is already release with Django 4 support. |
Is there any update here? when we should expect the new version release? |
Django 4 support is badly needed, do we have any expected release date?? |
by 30th may hopefully but not before 20th may |
@auvipy really needed this updated coz we are stuck while updating to django 4.0 |
Its interesting, to those of you who really need it, are you guys donating to make sure it goes along faster? |
So does Celery now support Django 4+ ? |
celery support that for a while now |
First, Thanks for this great project! 👍
Summary:
Current django-celery-beat requires Django (>=2.2,<4.0) and hence doesn't install together w/ Django 4.0.
The text was updated successfully, but these errors were encountered: