Django

Code

Show
Ignore:
Timestamp:
07/11/08 10:19:27 (4 months ago)
Author:
jacob
Message:

Checking in template changes from djangoproject.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/docs/index.html

    r7703 r7892  
    1919<h2>The Django Book</h2> 
    2020 
    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> 
    2222 
    2323<h2>The essential documentation</h2> 
     
    4949 
    5050<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> 
    5253<li><a href="sessions/">Sessions</a></li> 
    5354<li><a href="cache/">Caching</a></li> 
     
    6263<li><strong>New:</strong> <a href="unicode/">Unicode data in Django</a></li> 
    6364<li><strong>New:</strong> <a href="pagination/">Pagination</a></li> 
     65<li><strong>New:</strong> <a href="serialization/">Serialization</a></li> 
    6466 
    6567<li><a href="add_ons/">The django.contrib add-ons</a>