summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-15 08:29:46 -0500
committerTim Graham <timograham@gmail.com>2012-12-15 08:30:06 -0500
commit1af69a240c5b215ff999abd14de39d587ca9b3c0 (patch)
treed5ea8ef85cc9984e87d96e3d41ad6696660faf91 /docs
parentd196f8f7ebb74be47f7811cbe4c45b594fab18ad (diff)
[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notes
Backport of b594e4923c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index f386fd70b4..1d4a2a93b4 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -219,6 +219,15 @@ GeoDjango
* Support for PostGIS 2.0 has been added and support for GDAL < 1.5 has been
dropped.
+New tutorials
+~~~~~~~~~~~~~
+
+Additions to the docs include a revamped :doc:`Tutorial 3</intro/tutorial03>`
+and a new :doc:`tutorial on testing</intro/tutorial05>`. A new section,
+"Advanced Tutorials", offers :doc:`How to write reusable apps
+</intro/reusable-apps>` as well as a step-by-step guide for new contributors in
+:doc:`Writing your first patch for Django </intro/contributing>`.
+
Minor features
~~~~~~~~~~~~~~