Upgrade back-end code from Django 4.2 to 5.2 LTS#8052
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Warning One or more dependencies are approaching or past End-of-Life. |
Triggered by ffecf67 on branch refs/heads/issue-8046
| @@ -1,12 +1,12 @@ | |||
|
|
|||
| from django.urls import include, path, re_path | |||
| from django.urls import include, path | |||
Fixes #8046
Upgrade Django from 4.2 to LTS version 5.2.
https://docs.djangoproject.com/en/6.0/releases/5.2/
TBD on listing everything that needs changed.
Work in progress...
Checklist
self-explanatory (or properly documented)
Testing instructions
TBD