Author: adrian Date: 2010-12-16 16:37:29 -0600 (Thu, 16 Dec 2010) New Revision: 14921
Modified: django/trunk/docs/topics/db/multi-db.txt Log: Fixed it's -> its in multi-db.txt Modified: django/trunk/docs/topics/db/multi-db.txt =================================================================== --- django/trunk/docs/topics/db/multi-db.txt 2010-12-16 12:11:20 UTC (rev 14920) +++ django/trunk/docs/topics/db/multi-db.txt 2010-12-16 22:37:29 UTC (rev 14921) @@ -542,7 +542,7 @@ If you are using more than one database you can use ``django.db.connections`` to obtain the connection (and cursor) for a specific database. ``django.db.connections`` is a dictionary-like -object that allows you to retrieve a specific connection using it's +object that allows you to retrieve a specific connection using its alias:: from django.db import connections -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.