1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00

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

Backport of aaf8c76c567e8311f4a85cf74c82fc3d70cc6f12 from main
This commit is contained in:
Akash Kumar Sen 2023-05-08 12:04:23 +05:30 committed by Mariusz Felisiak
parent bcf66f1355
commit dc3b8190ed

View File

@ -82,7 +82,7 @@ Should I use the stable version or development version?
Generally, if you're using code in production, you should be using a
stable release. The Django project publishes a full stable release
every nine months or so, with bugfix updates in between. These stable
every eight months or so, with bugfix updates in between. These stable
releases contain the API that is covered by our backwards
compatibility guarantees; if you write code against stable releases,
you shouldn't have any problems upgrading when the next official