Open
Conversation
- Update requirements.txt to use Django 2.2.* (instead of 2.0 due to Python 3.11 compatibility) - Replace deprecated django.core.urlresolvers with django.urls in gauth/views.py - Replace deprecated render_to_response with render in system/decorators.py - Convert all url() calls to re_path() in 6 URL configuration files: - sefaria/urls_shared.py - sefaria/urls_library.py - sefaria/urls_sheets.py - sites/sefaria/urls.py - sites/generic/urls.py - sites/s4d/urls.py Note: Django 2.0.x is not compatible with Python 3.10+, so Django 2.2 (the latest 2.x LTS release) was used instead.
django-hosts 7.0 requires Django 4+, so downgrade to version 4.0 which is compatible with Django 2.2.
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.
Note: Django 2.0.x is not compatible with Python 3.10+, so Django 2.2 (the latest 2.x LTS release) was used instead.
Description
A brief description of the PR
Code Changes
The following changes were made to the files below
Notes
Any additional notes go here