Django

Code

Show
Ignore:
Timestamp:
03/27/08 09:23:58 (8 months ago)
Author:
jacob
Message:

[website] checked in some outstanding template changes.

Files:

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/
  • djangoproject.com/django_website/templates/docs/index.html

    r6758 r7369  
    1919<h2>The Django Book</h2> 
    2020 
    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> 
    2222 
    2323<h2>The essential documentation</h2> 
     
    5959<li><a href="generic_views/">Generic views</a></li> 
    6060<li><a href="authentication/">Authentication</a></li> 
     61<li><a href="shortcuts/">Shortcut functions</a></li> 
    6162<li><strong>New:</strong> <a href="unicode/">Unicode data in Django</a></li> 
     63<li><strong>New:</strong> <a href="pagination/">Pagination</a></li> 
    6264 
    6365<li><a href="add_ons/">The django.contrib add-ons</a> 
     
    6567    <li><a href="contenttypes/">Contenttypes Framework</a> (<code>django.contrib.contenttypes</code>)</li> 
    6668    <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> 
    6870    <li><a href="flatpages/">Flatpages</a> (<code>django.contrib.flatpages</code>)</li> 
    6971    <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> 
    7073    <li><a href="redirects/">Redirects</a> (<code>django.contrib.redirects</code>)</li> 
    7174    <li><a href="sites/">Sites</a> (<code>django.contrib.sites</code>)</li>