﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10163	Admin view redirection failures	Vinay Sajip <vinay_sajip@…>	nobody	"{{{
Environment
===========
This is against a checkout of SVN rev 9800.
OS: Ubuntu Dapper 2.6.15-53-386 #1 PREEMPT Mon Nov 24 17:50:35 UTC 2008 i686 GNU/Linux
Python: Python 2.4.3 (#2, Jul 31 2008, 21:56:52) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Database: postgresql (in settings.py), PostgreSQL 8.3.5 on Windows Server 2003
}}}

{{{
Test Output
===========
FAIL: testBasicEditPost (regressiontests.admin_views.tests.AdminViewBasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/vinay/projects/django/upstream/tests/regressiontests/admin_views/tests.py"", line 115, in testBasicEditPost
    self.failUnlessEqual(response.status_code, 302) # redirect somewhere
AssertionError: 200 != 302

======================================================================
FAIL: testUnicodeEdit (regressiontests.admin_views.tests.AdminViewUnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/vinay/projects/django/upstream/tests/regressiontests/admin_views/tests.py"", line 713, in testUnicodeEdit
    self.failUnlessEqual(response.status_code, 302) # redirect somewhere
AssertionError: 200 != 302

======================================================================
FAIL: testBasicEditPost (regressiontests.admin_views.tests.CustomModelAdminTest)----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/vinay/projects/django/upstream/tests/regressiontests/admin_views/tests.py"", line 115, in testBasicEditPost
    self.failUnlessEqual(response.status_code, 302) # redirect somewhere
AssertionError: 200 != 302

----------------------------------------------------------------------
Ran 43 tests in 10.249s

FAILED (failures=3)
}}}"		closed	Forms	dev		fixed	admin view redirection		Accepted	1	0	0	0	0	0
