modified the tests accordingly

This commit is contained in:
Remi Paulmier 2014-12-24 14:07:28 +01:00
parent 6c5ff71278
commit b32ecdefba
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TestRegularFieldMappings(TestCase):
positive_small_integer_field = IntegerField()
slug_field = SlugField(max_length=100)
small_integer_field = IntegerField()
text_field = CharField(style={'type': 'textarea'})
text_field = CharField(style={'base_template': 'textarea.html'})
time_field = TimeField()
url_field = URLField(max_length=100)
custom_field = ModelField(model_field=<tests.test_model_serializer.CustomField: custom_field>)