Opened 4 years ago
Closed 4 years ago
#32488 closed Cleanup/optimization (invalid)
Installation FAQ needs an update to remote Python 2.7 and Django 1.11 (it is 2021 now).
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 )
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 (3)
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Resolution: | → invalid |
---|---|
Severity: | Release blocker → Normal |
Status: | new → closed |
Indeed, this will be in the 3.2 version of the FAQ -- use the picker in the bottom right to select version.
There were two changes in b8b129e58ccd02263fb24ffc8b5c9fa63ba10e5b and 3b94f12462d262a812930cf25efe8d8eb07c5c83 to handle this.
3.2 will be released in a matter of weeks!
Note:
See TracTickets
for help on using tickets.
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.