302 status code in django test client

2008-10-30 Thread jeffhg58
I am having difficulty trying to test out the content of the main window because it returns the status code of 302. Here is the snippet of my view. So, when I first call the search_form the request falls out of the if request. GET. Does anyone have an idea on how I can test the content of this

Re: 302 status code in django test client

2008-10-30 Thread Thomas Guettler
jeffhg58 schrieb: > I am having difficulty trying to test out the content of the main > window because it returns the status code > of 302. Here is the snippet of my view. So, when I first call the > search_form the request falls out of the > if request. GET. Does anyone have an idea on how I can