From 1af69a240c5b215ff999abd14de39d587ca9b3c0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 15 Dec 2012 08:29:46 -0500 Subject: [PATCH] [1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notes Backport of b594e4923c from master --- docs/releases/1.5.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index f386fd70b4f..1d4a2a93b47 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` +and a new :doc:`tutorial on testing`. A new section, +"Advanced Tutorials", offers :doc:`How to write reusable apps +` as well as a step-by-step guide for new contributors in +:doc:`Writing your first patch for Django `. + Minor features ~~~~~~~~~~~~~~