summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-08 21:02:28 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-08 21:02:28 +0000
commit1cc4531f0b734003444193d0a6f7ece365d731c8 (patch)
tree0c3786fa352187244af61f147a65aab39c32aef0 /docs/tutorial03.txt
parentb7e226d8b8ebce1081ff74c0fff7406390fa2402 (diff)
Added docs/tutorial04.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index 9b7afa8429..4882496f31 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -409,15 +409,7 @@ other URL root, and the app will still work.
All the poll app cares about is its relative URLs, not its absolute URLs.
-Coming soon
-===========
-
-The tutorial ends here for the time being. But check back soon for the next
-installments:
+When you're comfortable with writing views, read `part 4 of this tutorial`_ to
+learn about simple form processing and generic views.
- * Advanced view features: Form processing
- * Using the RSS framework
- * Using the cache framework
- * Using the comments framework
- * Advanced admin features: Permissions
- * Advanced admin features: Custom JavaScript
+.. _part 4 of this tutorial: http://www.djangoproject.com/documentation/tutorial4/