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

Address deprecation warnings and upgrade djangoRESTframework #80

Closed
Cryptophobia opened this issue Oct 18, 2018 · 0 comments · Fixed by #141
Closed

Address deprecation warnings and upgrade djangoRESTframework #80

Cryptophobia opened this issue Oct 18, 2018 · 0 comments · Fixed by #141

Comments

@Cryptophobia
Copy link
Member

Currently we cannot upgrade djangorestframework package because of set_rollback has been deprecated.

https://www.django-rest-framework.org/community/release-notes/

Cryptophobia added a commit to Cryptophobia/controller that referenced this issue Mar 20, 2021
  - 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 added a commit to Cryptophobia/controller that referenced this issue Mar 21, 2021
  - 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 added a commit to Cryptophobia/controller that referenced this issue Mar 21, 2021
  - 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>
duanhongyi added a commit to duanhongyi/controller that referenced this issue Apr 24, 2023
…go-3.2.15

chore(deps): bump django from 3.2.14 to 3.2.15 in /rootfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant