Re: IPython Shell does not see database changes made by views.

2007-01-31 Thread Michael Radziej
Ivan Sagalaev: > Paul Childs wrote: >> I wanted to do some checks through the shell, which I was opened >> during my unit testing, and found that after making some queries using >> Django objects there appeared to be no changes in the database. When I >> checked the database using its admin tool t

Re: IPython Shell does not see database changes made by views.

2007-01-31 Thread Ivan Sagalaev
Paul Childs wrote: > I wanted to do some checks through the shell, which I was opened > during my unit testing, and found that after making some queries using > Django objects there appeared to be no changes in the database. When I > checked the database using its admin tool the changes were there

IPython Shell does not see database changes made by views.

2007-01-31 Thread Paul Childs
During unit testing I made changes to data in the database through my Django app. I wanted to do some checks through the shell, which I was opened during my unit testing, and found that after making some queries using Django objects there appeared to be no changes in the database. When I checked