Skip to content
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

feat(django): upgrade django framework and deps #141

Commits on Mar 21, 2021

  1. feat(django): upgrade django framework and deps

      - 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>
    Cryptophobia committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    fa49020 View commit details
    Browse the repository at this point in the history