Changeset 6758
- Timestamp:
- 11/29/07 16:20:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/docs/index.html
r6526 r6758 63 63 <li><a href="add_ons/">The django.contrib add-ons</a> 64 64 <ul> 65 <li><strong>New:</strong> <a href="databrowse/">Databrowse</a></li> 66 <li><a href="syndication_feeds/">Syndication feeds (RSS and Atom)</a> (<code>django.contrib.syndication</code>)</li> 65 <li><a href="contenttypes/">Contenttypes Framework</a> (<code>django.contrib.contenttypes</code>)</li> 66 <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> 67 68 <li><a href="flatpages/">Flatpages</a> (<code>django.contrib.flatpages</code>)</li> 68 <li><strong>New:</strong> <a href="form_preview/">Form preview</a> </li>69 <li><strong>New:</strong> <a href="form_preview/">Form preview</a> (<code>django.contrib.formtools</code>)</li> 69 70 <li><a href="redirects/">Redirects</a> (<code>django.contrib.redirects</code>)</li> 70 71 <li><a href="sites/">Sites</a> (<code>django.contrib.sites</code>)</li> 71 72 <li><a href="sitemaps/">Sitemaps</a> (<code>django.contrib.sitemaps</code>)</li> 73 <li><a href="syndication_feeds/">Syndication feeds (RSS and Atom)</a> (<code>django.contrib.syndication</code>)</li> 72 74 <li><strong>New:</strong> <a href="webdesign/">Web design helpers</a> (<code>django.contrib.webdesign</code>)</li> 73 75 </ul>
