Once more reverted whitespace changes

This commit is contained in:
eofs 2013-01-15 12:04:57 +02:00
parent fa06831566
commit 60d7d005b4
2 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,7 @@ class SerializerOptions(object):
self.fields = getattr(meta, 'fields', ())
self.exclude = getattr(meta, 'exclude', ())
class BaseSerializer(Field):
class Meta(object):
pass

View File

@ -945,4 +945,3 @@ class NestedSerializerContextTests(TestCase):
# This will raise RuntimeError if context doesn't get passed correctly to the nested Serializers
AlbumCollectionSerializer(album_collection, context={'context_item': 'album context'}).data