Opened 4 years ago

Last modified 4 years ago

#32488 closed Cleanup/optimization

Installation FAQ needs an update to remote Python 2.7 and Django 1.11 (it is 2021 now). — at Version 2

Reported by: Timothy Allen Owned by: nobody
Component: Documentation Version: 3.1
Severity: Normal Keywords: faq, installation
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Timothy Allen)

The installation FAQ can be simplified to remove Python 2.7 and Django 1.11; it has a note that they are both only supported until 2020.

View it here: https://docs.djangoproject.com/en/3.1/faq/install/

Change History (2)

comment:1 by Timothy Allen, 4 years ago

I just pulled down the latest from upstream master (main?), and the changes have already been made. We just need to deploy the changes to DjangoProject.com, although this may just be because we're currently pointed at the 3.1 version (I'm afraid I'm not familiar with if we backport docs such as these to previous versions). Apologies for the extra ticket, I should've merged in from upstream before opening it. I'll leave it open just in case this was a missed deployment. Cheers.

Last edited 4 years ago by Timothy Allen (previous) (diff)

comment:2 by Timothy Allen, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top