| | 170 | .. admonition:: Tracking Django development |
|---|
| | 171 | |
|---|
| | 172 | If you decide to use the latest development version of Django, |
|---|
| | 173 | you'll want to pay close attention to `the development timeline`_, |
|---|
| | 174 | and you'll want to keep an eye on `the list of |
|---|
| | 175 | backwards-incompatible changes`_; this will help you stay on top |
|---|
| | 176 | of any new features you might want to use, as well as any changes |
|---|
| | 177 | you'll need to make to your code when updating your copy of Django |
|---|
| | 178 | (for stable releases, any necessary changes are documented in the |
|---|
| | 179 | release notes). |
|---|
| | 180 | |
|---|
| | 181 | .. _the development timeline: http://code.djangoproject.com/timeline |
|---|
| | 182 | .. _the list of backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges |
|---|
| | 183 | |
|---|