From f953c8afb6b4a5f675655dae60c820598543cff8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 22 May 2006 05:38:20 +0000 Subject: [PATCH] Fixed ReST error in docs/sites.txt. I think. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2964 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/sites.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sites.txt b/docs/sites.txt index b78cd84d05..51f57afe4f 100644 --- a/docs/sites.txt +++ b/docs/sites.txt @@ -216,7 +216,7 @@ To do this, you can use the sites framework. A simple example:: The ``CurrentSiteManager`` ========================== -If ``Site``s play a key role in your application, consider using the helpful +If ``Site``\s play a key role in your application, consider using the helpful ``CurrentSiteManager`` in your model(s). It's a model manager_ that automatically filters its queries to include only objects associated with the current ``Site``.