#15032: Changeset 15031 breaks filtering to objects which are subclassed. -------------------------------------------+-------------------------------- Reporter: rene | Owner: nobody Status: closed | Milestone: 1.3 Component: django.contrib.admin | Version: 1.2 Resolution: worksforme | Keywords: filtering subclassed object not allowed regression blocker Stage: Accepted | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | -------------------------------------------+-------------------------------- Comment (by rene):
Hello, Your testsuite contains an error according to me. On line 392 you should reassign the variable 'response'. On line 393 you are still testing the 'response' assigined on line 389 which returned a '200' status code. Attached you will a modified version of the standalone project you provided. I added a unit test, based upon your unit-test. A transscript of this unit-test is also added. -- Ticket URL: <http://code.djangoproject.com/ticket/15032#comment:5> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.