| 45 | | automatically from the text files in source control every 15 minutes. That |
|---|
| 46 | | means they reflect the "latest and greatest" in Django -- they include the very |
|---|
| 47 | | latest corrections and additions, and they discuss the latest Django features, |
|---|
| | 45 | automatically from the text files in source control. That means they reflect |
|---|
| | 46 | the "latest and greatest" in Django -- they include the very latest |
|---|
| | 47 | corrections and additions, and they discuss the latest Django features, |
|---|
| 51 | | A key advantage of the Web-based documentation is the comment section at the |
|---|
| 52 | | bottom of each document. This is an area for anybody to submit changes, |
|---|
| 53 | | corrections and suggestions about the given document. The Django developers |
|---|
| 54 | | frequently monitor the comments there and use them to improve the documentation |
|---|
| 55 | | for everybody. |
|---|
| | 51 | We encourage you to help improve the docs by submitting changes, corrections |
|---|
| | 52 | and suggestions in the `ticket system`_. The Django developers actively monitor |
|---|
| | 53 | the ticket system and use your feedback to improve the documentation for |
|---|
| | 54 | everybody. |
|---|
| 57 | | We encourage you to help improve the docs: it's easy! Note, however, that |
|---|
| 58 | | comments should explicitly relate to the documentation, rather than asking |
|---|
| 59 | | broad tech-support questions. If you need help with your particular Django |
|---|
| 60 | | setup, try the `django-users mailing list`_ instead of posting a comment to the |
|---|
| 61 | | documentation. |
|---|
| | 56 | Note, however, that tickets should explicitly relate to the documentation, |
|---|
| | 57 | rather than asking broad tech-support questions. If you need help with your |
|---|
| | 58 | particular Django setup, try the `django-users mailing list`_ or the |
|---|
| | 59 | `#django IRC channel`_ instead. |
|---|
| 137 | | * Once a document is frozen for a Django release, we remove comments from |
|---|
| 138 | | that page, in favor of having comments on the latest version of that |
|---|
| 139 | | document. This is for the sake of maintainability and usability, so that |
|---|
| 140 | | users have one, and only one, place to leave comments on a particular |
|---|
| 141 | | document. We realize that some people may be stuck on a previous version |
|---|
| 142 | | of Django, but we believe the usability problems with multiple versions |
|---|
| 143 | | of a document the outweigh the benefits. |
|---|
| 144 | | |
|---|