- Timestamp:
- 07/11/08 10:19:27 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/docs/index.html
r7703 r7892 19 19 <h2>The Django Book</h2> 20 20 21 <p> The Django Book is finished. You can read it for free at <a href="http://www.djangobook.com/">djangobook.com</a> or buy the print version. We recommend reading the first few chapters as your first introduction to Django.</p>21 <p>You can read the entire Django Book for free at <a href="http://www.djangobook.com/">djangobook.com</a> or buy a print version in finer bookstores. We recommend reading the first few chapters as your first introduction to Django.</p> 22 22 23 23 <h2>The essential documentation</h2> … … 49 49 50 50 <li><a href="newforms/">The newforms library</a> | <a href="forms/">The old forms and manipulators library</a></li> 51 <li><strong>New:</strong> <a href="testing/">Testing Django applications</a></li> 51 <li><strong>New:</strong> <a href="upload_handling/">File uploads</a></li> 52 <li><a href="testing/">Testing Django applications</a></li> 52 53 <li><a href="sessions/">Sessions</a></li> 53 54 <li><a href="cache/">Caching</a></li> … … 62 63 <li><strong>New:</strong> <a href="unicode/">Unicode data in Django</a></li> 63 64 <li><strong>New:</strong> <a href="pagination/">Pagination</a></li> 65 <li><strong>New:</strong> <a href="serialization/">Serialization</a></li> 64 66 65 67 <li><a href="add_ons/">The django.contrib add-ons</a>
