Thanks, K. I think one of my main issues, after looking at your tests, is that I'm not currently using the client to test the redirect. I have this test as a part of my functional_tests.py, but it sounds like I need to possibly build this into my unit tests as I see your test is in tests.py. I'm going move some of this work around between functional and unit tests and then try out your suggestion with the client.
Tony