- Timestamp:
- 03/27/08 09:23:58 (8 months ago)
- Files:
-
- djangoproject.com (modified) (1 prop)
- djangoproject.com/django_website/templates/docs/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com
- Property svn:externals changed from
django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
registration -r87 http://django-registration.googlecode.com/svn/trunk/registration/
comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
to
django -r6063 http://code.djangoproject.com/svn/django/trunk/django/
registration -r139 http://django-registration.googlecode.com/svn/trunk/registration/
comment_utils -r78 http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
- Property svn:externals changed from
djangoproject.com/django_website/templates/docs/index.html
r6758 r7369 19 19 <h2>The Django Book</h2> 20 20 21 <p> We're in the process of writing the official Django book. Follow its progress at <a href="http://www.djangobook.com/">djangobook.com</a>. Note that it assumes you're using the Django development version rather than version 0.96.</p>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> 22 22 23 23 <h2>The essential documentation</h2> … … 59 59 <li><a href="generic_views/">Generic views</a></li> 60 60 <li><a href="authentication/">Authentication</a></li> 61 <li><a href="shortcuts/">Shortcut functions</a></li> 61 62 <li><strong>New:</strong> <a href="unicode/">Unicode data in Django</a></li> 63 <li><strong>New:</strong> <a href="pagination/">Pagination</a></li> 62 64 63 65 <li><a href="add_ons/">The django.contrib add-ons</a> … … 65 67 <li><a href="contenttypes/">Contenttypes Framework</a> (<code>django.contrib.contenttypes</code>)</li> 66 68 <li><a href="csrf/">Cross Site Request Forgery protection</a> (<code>django.contrib.csrf</code>)</li> 67 <li>< strong>New:</strong> <a href="databrowse/">Databrowse</a> (<code>django.contrib.databrowse</code>)</li>69 <li><a href="databrowse/">Databrowse</a> (<code>django.contrib.databrowse</code>)</li> 68 70 <li><a href="flatpages/">Flatpages</a> (<code>django.contrib.flatpages</code>)</li> 69 71 <li><strong>New:</strong> <a href="form_preview/">Form preview</a> (<code>django.contrib.formtools</code>)</li> 72 <li><strong>New:</strong> <a href="form_wizard/">Form wizard</a> (<code>django.contrib.formtools.wizard</code>)</li> 70 73 <li><a href="redirects/">Redirects</a> (<code>django.contrib.redirects</code>)</li> 71 74 <li><a href="sites/">Sites</a> (<code>django.contrib.sites</code>)</li>
