Replies: 2 comments 4 replies
-
Thank you, @lukaszla for raising this question, because we are also running into same issue. That is, we have Django 4+ version on our development server. When we install django-celery-beat Django 4+ version was forcefully downgraded to Django 3.2.13, which is really surprising. We really need Django 4+ version for our app and it became a blocker now. I appreciate if Django 4+ version support is added to this django-celery-beat package. |
Beta Was this translation helpful? Give feedback.
4 replies
-
released |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project uses your great library but its now stopping us to migrate to Django 4+ as it explicitly restricts its version to <4.
I see in master you've some code to support latest Django so my question is when are you planning to release it?
Beta Was this translation helpful? Give feedback.
All reactions