feat(django): upgrade django framework and deps#141
Merged
Cryptophobia merged 1 commit intoMar 21, 2021
Merged
Conversation
9e11502 to
bed17a7
Compare
This was referenced Mar 20, 2021
bed17a7 to
c80ba13
Compare
cd67e6c to
5b3fb67
Compare
- upgrading django to 2.2.19 and djangorestframework to 3.12.2 - resolving all failing tests due to above upgrade - upgrade models to default `on_delete=models.CASCADE` if app or user are deleted - upgrade all other dependencies to latest versions - update Makefile to use hephy/shell-dev for tests - update Dockerfile to use `hephy/base:latest` for building - update Dockefile to use python3 -m pip commands - upgrade pip, setuptools, wheel using python3 command - resolves teamhephy#140 - resolves teamhephy#80 Signed-off-by: Cryptophobia <aouzounov@gmail.com>
5b3fb67 to
fa49020
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
on_delete=models.CASCADEif app or user are deletedhephy/base:latestfor buildingSigned-off-by: Cryptophobia aouzounov@gmail.com