-
Notifications
You must be signed in to change notification settings - Fork 6
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
Open Upgrade Django to 4.2 LTS #154
Conversation
…nts-6ca3d05 Python Requirements Update
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.
Just one change
Makefile
Outdated
@@ -110,7 +114,7 @@ $(COMMON_CONSTRAINTS_TXT): | |||
|
|||
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade | |||
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in | |||
sed 's/django-simple-history==3.0.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp | |||
sed 's/Django<4.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp |
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.
sed -i
here too?
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.
Fixed
Related internal PR: |
Description
Issues:
Testing instructions
Add some, if applicable
Merge checklist