예제 #1
0
 def test_south_can_introspect_autoincversionfield(self):
     self.assertTrue(can_introspect(AutoIncVersionField()))
예제 #2
0
 def test_south_can_introspect_integerversionfield(self):
     self.assertTrue(can_introspect(IntegerVersionField()))
예제 #3
0
 def test_field_can_introspect(self):
     """
     South can introspect this field
     """
     self.assertTrue(modelsinspector.can_introspect(RichTextField))
예제 #4
0
 def test_south_can_introspect_autoincversionfield(self):
     self.assertTrue(can_introspect(AutoIncVersionField()))
예제 #5
0
 def test_south_can_introspect_integerversionfield(self):
     self.assertTrue(can_introspect(IntegerVersionField()))
예제 #6
0
 def test_field_can_introspect(self):
     """
     South can introspect this field
     """
     self.assertTrue(modelsinspector.can_introspect(RichTextField))