Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#34545 closed Cleanup/optimization (fixed)

Typo in "FAQ: Installation".

Reported by: אורי Owned by: Akash Kumar Sen
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/dev/faq/install/#should-i-use-the-stable-version-or-development-version:

"The Django project publishes a full stable release every nine months or so, with bugfix updates in between."

Shouldn't it be eight months?

Change History (7)

comment:1 Changed 7 months ago by Mariusz Felisiak

Summary: Update documentationTypo in "FAQ: Installation".
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Yes, good catch, see Release process. Would you like to prepare a patch?

comment:2 in reply to:  1 Changed 7 months ago by אורי

Replying to Mariusz Felisiak:

Yes, good catch, see Release process. Would you like to prepare a patch?

Hi Mariusz. I'm sorry but I don't have time to create the PR myself. I hope you will find someone who can do it.

comment:3 Changed 7 months ago by אורי

Easy pickings: set

comment:4 Changed 7 months ago by Akash Kumar Sen

Owner: changed from nobody to Akash Kumar Sen
Status: newassigned

comment:5 Changed 7 months ago by Mariusz Felisiak

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:6 Changed 7 months ago by GitHub <noreply@…>

Resolution: fixed
Status: assignedclosed

In aaf8c76c:

Fixed #34545 -- Corrected the number of months in installation FAQ.

comment:7 Changed 7 months ago by Mariusz Felisiak <felisiak.mariusz@…>

In dc3b8190:

[4.2.x] Fixed #34545 -- Corrected the number of months in installation FAQ.

Backport of aaf8c76c567e8311f4a85cf74c82fc3d70cc6f12 from main

Note: See TracTickets for help on using tickets.
Back to Top