I\'m wondering how the TestCase.assertQuerysetEqual method works. I tried it in different ways, each of them leading me to another error message.
#create a b
try this:
self.assertQuerysetEqual( tree_record_qs, [repr(r) for r in tree_record_backup] )
it's a bit weird and undocumented; but, that should work for you.