From 6a7c5da99ee6da174db78f5881dcbe37da1cbd76 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 11 Apr 2009 11:18:01 +0200 Subject: [PATCH] Fixed a rST warning with implicite target name committer: Jannis Leidel --HG-- extra : convert_revision : 5899ac70c9ff2ae1c4931ca1fd6a4bf9c6c31a34 --- docs/overview.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview.txt b/docs/overview.txt index de0e1d3..982b12e 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -217,7 +217,7 @@ Short installation howto Management commands =================== -``dbtemplates`` comes with two `management commands`_ to be used with ``django-admin.py`` or ``manage.py``: +``dbtemplates`` comes with two `Django management commands`_ to be used with ``django-admin.py`` or ``manage.py``: * ``sync_templates`` @@ -229,7 +229,7 @@ Management commands Tries to add the two templates ``404.html`` and ``500.html`` that are used by Django when a error occurs. -.. _management commands: http://docs.djangoproject.com/en/dev/ref/django-admin/ +.. _Django management commands: http://docs.djangoproject.com/en/dev/ref/django-admin/ Support =======