1
0
mirror of https://github.com/django/django.git synced 2025-10-11 15:59:11 +00:00
django/tests/regressiontests/model_inheritance_regress
Alex Gaynor da909ae3a0 [soc2009/multidb] Made instances sticky to the database that created them.
This involves:
 * Adding a _state attribute to instances to track instance state
 * Making db a state attribute, and making the db a public attribute on querysets.

Patch from Russell Keith-Magee.

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-23 16:43:54 +00:00
..