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

Drop support and testing for Django 1.1 #540

Open
frenzymadness opened this issue Aug 11, 2022 · 0 comments
Open

Drop support and testing for Django 1.1 #540

frenzymadness opened this issue Aug 11, 2022 · 0 comments

Comments

@frenzymadness
Copy link
Member

In #537, we have removed support for Python 2.7 on EL 7 which means that this test is now useless:

# The latest LTS release of Django does not work on RHEL 7 (due to an old version of SQLite),
# and no longer supports Python 2. So on all CentOS/RHEL 7 images and all Python 2 images,
# we're using the old Django LTS version 1.11.x from the main git branch of the django-ex project.
# In all other cases we're using the newer Django LTS version 2.2.x from the corresponding git branch.
{% raw %}
if [[ ${VERSION} == "2.7" ]] || docker inspect ${IMAGE_NAME} --format "{{.Config.Env}}" | tr " " "\n" | grep -q "^PLATFORM=el7"; then
{% endraw %}
django_example_repo_url="https://github.com/sclorg/django-ex.git"

We can remove it from the sources here but it makes me think about what to do with the django-ex project. If the master branch of django-ex is not used anymore anywhere it might make sense to make it a signpost with links to other branches and remove the obsoleted source code.

What do you think @phracek @pkubatrh @hhorak ?

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