Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ certifi==2017.4.17
chardet==3.0.4
coreapi==2.3.3
coreschema==0.0.4
Django==2.2.26
Django==4.2.26
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: New Django, old dependencies: compatibility breakdown.

Upgrading Django from 2.2.26 to 4.2.26 without updating dependent packages creates compatibility issues. Several pinned dependencies (django-rest-swagger==2.2.0, django-datetime-widget==0.9.3, django-extensions==2.1.9, django-cursor-pagination==0.1.4, django-debug-toolbar==3.2.2) were designed for Django 2.x and are incompatible with Django 4.2, which will cause runtime failures when these packages are imported or used.

Fix in Cursor Fix in Web

#django-celery-beat==1.1.1
django-celery-beat==2.0.0
django-celery-results==2.0.1
Expand Down
Loading