On Fri, Oct 8, 2010 at 1:34 PM, girish shabadimath
<girishmss.1...@gmail.com> wrote:
> Hi all,
> i looked into the setup_databases()  code, here it basically checks for
> MIRROR,,if db is a mirror ,then it simply points to it or else creates test
> db,,,where dis SUPPORTS_TRANSACTIONS check is happening..?
>
> trace-out shows its present in testcases.py,,but how setup_database gets
> there..?,,
>
> im a newbie to django,,so don't mind if it sounds simple ...

In django/db/backends/creation.py. It's part of the database backend
logic that defines how to create the test database.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to