From ae3896cb74d4bc42acaf6fade0d2a57e28045b2a Mon Sep 17 00:00:00 2001 From: Jason Pellerin Date: Fri, 8 Sep 2006 14:11:52 +0000 Subject: [multi-db] Minor documentation updates git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3738 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/multiple_database_support.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/multiple_database_support.txt') diff --git a/docs/multiple_database_support.txt b/docs/multiple_database_support.txt index ce14957126..9b2e037230 100644 --- a/docs/multiple_database_support.txt +++ b/docs/multiple_database_support.txt @@ -69,8 +69,8 @@ Here's the example above, with ``MODELS``:: Accessing a model's connection ============================== -Each manager has a db attribute that can be used to access the model's -connection. Access the db attribute of a model's manager to obtain the +Each manager has a ``db`` attribute that can be used to access the model's +connection. Access the ``db`` attribute of a model's manager to obtain the model's currently configured connection. Example:: -- cgit v1.3