Author: Alex Date: 2009-12-03 14:57:53 -0600 (Thu, 03 Dec 2009) New Revision: 11793
Modified: django/branches/soc2009/multidb/docs/topics/db/multi-db.txt Log: [soc2009/multidb] Removed a documentation reference to Meta.using. Patch from Russell Keith-Magee. Modified: django/branches/soc2009/multidb/docs/topics/db/multi-db.txt =================================================================== --- django/branches/soc2009/multidb/docs/topics/db/multi-db.txt 2009-12-03 20:57:33 UTC (rev 11792) +++ django/branches/soc2009/multidb/docs/topics/db/multi-db.txt 2009-12-03 20:57:53 UTC (rev 11793) @@ -27,15 +27,6 @@ in your :setting:`DATABASES` setting then Django will raise a ``django.db.utils.ConnectionDoesNotExist`` exception. -Selecting a Database for a ``Model`` -==================================== - -In addition to the global default database for all models, it is possible to -select a default database on a per-model level. This is done using the -``using`` option in a model's inner ``Meta`` class. When provided this -database becomes the default database for all lookups, saves, and deletes for -this model. It can be overiden on a per-query basis as described below. - Selecting a Database for a ``QuerySet`` ======================================= -- 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.