-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix issues and upgrade to django 4.2.15 #1540
Conversation
18dd061
to
ac9ff9a
Compare
Quality Gate passedIssues Measures |
convention_uuid, | ||
"convention_docs", | ||
f"{convention_uuid}.pdf", | ||
"conventions", convention_uuid, "convention_docs", f"{convention_uuid}.pdf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now use a rel path here
@@ -14,7 +14,7 @@ django-simple-history | |||
django-sql-explorer[xls] | |||
django-storages | |||
django-waffle | |||
Django<5.0 | |||
Django==4.2.15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temp change in order to force upgrading to the last 4.2.
Once this PR is merged, I will give a try to upgrade to django5.
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.