Opened 12 months ago

Closed 12 months ago

Last modified 12 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 by Mariusz Felisiak, 12 months ago

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?

in reply to:  1 comment:2 by אורי, 12 months ago

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 by אורי, 12 months ago

Easy pickings: set

comment:4 by Akash Kumar Sen, 12 months ago

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

comment:5 by Mariusz Felisiak, 12 months ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 12 months ago

Resolution: fixed
Status: assignedclosed

In aaf8c76c:

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

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

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