From 2993ef3d7eb8e81d9682ee6948bdcd9ba058bc41 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 5 Oct 2008 06:40:47 +0000 Subject: [PATCH] [1.0.X] Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas. Refs #9237. Backport of r9139 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9141 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.txt b/docs/index.txt index 5d710fa2dc..096afc4394 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -112,6 +112,7 @@ And more: * :ref:`Sitemaps ` * :ref:`Sites ` * :ref:`Web design helpers ` + * :ref:`Markup ` Solving specific problems =========================