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 `release cycle`_ which states that `minor releases`_ |
| 99 | (1.1, 1.2) will happen roughly every six months. We recommend that you use the |
| 100 | latest released version of Django in your projects. Those that want the cutting |
| 101 | edge of Django should use the development code (from the Subversion repository). |
| 102 | |
| 103 | .. _`release cycle`: http://docs.djangoproject.com/en/dev/internals/release-process/#release-cycle |
| 104 | .. _`minor releases`: http://docs.djangoproject.com/en/dev/internals/release-process/#minor-releases |