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

Can we update django? #1245

Open
javierggt opened this issue Jan 18, 2024 · 0 comments
Open

Can we update django? #1245

javierggt opened this issue Jan 18, 2024 · 0 comments

Comments

@javierggt
Copy link
Contributor

We have django pinned to an older version, and the longer we stay that way, the more problems there will be.

Django is pinned because of issues with kadi, and we need to revisit that to determine what would we need to do to update django.

The following are warnings that show up when running tests for Ska3 Speedy

'warning' matched at test_unit.log:283 :: =============================== warnings summary ===============================
'warning' matched at test_unit.log:285 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/utils/encoding.py:266: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
'warning' matched at test_unit.log:289 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/http/request.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
'warning' matched at test_unit.log:292 :: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
'warning' matched at test_unit.log:294 :: ================= 173 passed, 2 warnings in 113.96s (0:01:53) ==================
'warning' matched at test_namespace.log:283 :: =============================== warnings summary ===============================
'warning' matched at test_namespace.log:285 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/utils/encoding.py:266: DeprecationWarning: 'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15. Use setlocale(), getencoding() and getlocale() instead.
'warning' matched at test_namespace.log:289 :: /export/jgonzale/github-workflows/miniconda3/envs/ska3-flight-2024.0rc7/lib/python3.11/site-packages/django/http/request.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
'warning' matched at test_namespace.log:292 :: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
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

No branches or pull requests

1 participant