98 | | The Django developers improve Django every day and are pretty good about not |
99 | | checking in broken code. We use the development code (from the Subversion |
100 | | repository) directly on our servers, so we consider it stable. With that in |
101 | | mind, we recommend that you use the latest development code, because it |
102 | | generally contains more features and fewer bugs than the "official" releases. |
| 98 | The Django project has a :ref:`release-process` which states that |
| 99 | :ref:`minor-releases` (1.1, 1.2) will happen roughly every six months. We |
| 100 | recommend that you use the latest released version of Django in your projects. |
| 101 | Those that want the cutting edge of Django should use the development code |
| 102 | (from the Subversion repository). |