示例#1
0
 def test_cloning_multi_table_inheritance_fancy(self):
     root = WeirdPkBucket.add_root(self.widgy_site, bubble=2)
     new_root = root.clone()
     self.assertNotEqual(new_root.pk, root.pk)
示例#2
0
 def test_cloning_multi_table_inheritance_fancy(self):
     root = WeirdPkBucket.add_root(self.widgy_site, bubble=2)
     new_root = root.clone()
     self.assertNotEqual(new_root.pk, root.pk)