diff options
| author | Akash Kumar Sen <71623442+Akash-Kumar-Sen@users.noreply.github.com> | 2023-05-08 12:04:23 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-08 08:34:47 +0200 |
| commit | dc3b8190ed2b01e450c81df28023f0b6352b4a27 (patch) | |
| tree | 9f53bb10d97d250bc54e710a54ca9e94df6afb72 /docs/faq | |
| parent | bcf66f135595c4a305f45bcfeafcd86af72b5290 (diff) | |
[4.2.x] Fixed #34545 -- Corrected the number of months in installation FAQ.
Backport of aaf8c76c567e8311f4a85cf74c82fc3d70cc6f12 from main
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index a0731fc717..fc19dda0ab 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -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 |
