Our project runs Django v5.0.6 successfully in production.
When I attempt to test the project on Django v5.1.0-beta-1 several key dependencies are downgraded. Why the downgrades?
django-celery-beat: 2.6.0 --> 2.1.0
django-honeypot: 1.2.0 --> 0.9.0
django-tenants: 3.6.1 --> 1.1.6
django-timezone-field: 6.1.0 --> 4.2.3
- Start testing on Django v5.1 by cclauss · Pull Request #761 · celery/django-celery-beat · GitHub
- Start testing on Django v5.1 by cclauss · Pull Request #103 · jamesturk/django-honeypot · GitHub
- Start testing on Django v5.1 by cclauss · Pull Request #1061 · django-tenants/django-tenants · GitHub
- Start testing on Django v5.1 by cclauss · Pull Request #128 · mfogel/django-timezone-field · GitHub