Skip to content

Commit

Permalink
modified the tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
shtouff committed Dec 24, 2014
1 parent 6c5ff71 commit b32ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Meta:
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>)
Expand Down

0 comments on commit b32ecde

Please sign in to comment.