Пример #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))