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

[WIP]Change Django documentation links and URLs to a supported version (v1.8 -> v2.2) #481

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

jagu2012
Copy link
Contributor

@jagu2012 jagu2012 commented Oct 7, 2020

This pull updates our documentation and code comments that link to the offical Django documentation to v2.2LTS. Currently they link to version 1.8 which is not supported by django-q, and is no longer supported by the Django team.

Users who follow the existing links will see a warning banner "This document is for an insecure version of Django that is no longer supported. Please upgrade to a newer release!".

NOTE: I wasn't sure which version to update them to I chose 2.2 because it's already used in the intersphinx_mapping in docs/conf.py. Alternatively we could update both to v3.1.

NOTE: I have not altered the CHANGELOG as I didn't want to presume a release, but I'm happy to do so.

URLs were linking to a now unsupported version of Django. Django v2.2 is a LTS version, and also matches the documentation intersphinx_mapping in docs/conf.py.
@codecov-io
Copy link

codecov-io commented Oct 7, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@029fd31). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #481   +/-   ##
=========================================
  Coverage          ?   91.18%           
=========================================
  Files             ?       47           
  Lines             ?     3051           
  Branches          ?        0           
=========================================
  Hits              ?     2782           
  Misses            ?      269           
  Partials          ?        0           
Impacted Files Coverage Δ
django_q/tests/settings.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 029fd31...3e8fc91. Read the comment docs.

@jagu2012
Copy link
Contributor Author

jagu2012 commented Oct 7, 2020

This is a tiny patch, but it's my first django-q commit and I can't see a contribution guide. I'm happy to do whatever legwork is required if someone can point me to it.

@Koed00
Copy link
Owner

Koed00 commented Oct 7, 2020

Nice work. I never noticed this. I think the LTS is a good version to point at.
The changelog gets updated automatically with the release, so no need to ammend.

@Koed00 Koed00 merged commit 22b6f8e into Koed00:master Oct 7, 2020
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 this pull request may close these issues.

3 participants