summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-15 08:03:17 -0500
committerTim Graham <timograham@gmail.com>2012-12-15 08:09:40 -0500
commitb052e6cc959b540e4d1de8a747689c25c6aeace9 (patch)
treec782343805555c03a3c726a1acc8df8cde215f5b /docs/index.txt
parent3984ccbcec7a892af4700b1c4b5e6e3e74452459 (diff)
Fixed #9962 - Added a testing tutorial.
Thank-you Daniele Procida for the first draft and shaibi, Aymeric, and others for the reviews.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index e6eb77c98f..9fea8ff3f2 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -44,7 +44,8 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Part 1 <intro/tutorial01>` |
:doc:`Part 2 <intro/tutorial02>` |
:doc:`Part 3 <intro/tutorial03>` |
- :doc:`Part 4 <intro/tutorial04>`
+ :doc:`Part 4 <intro/tutorial04>` |
+ :doc:`Part 5 <intro/tutorial05>`
* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>` |