minor: fix whitespace with AssertionError (#570)

This commit is contained in:
Daniel Hahler 2016-11-22 16:28:48 +01:00 committed by Carlton Gibson
parent 77b620610f
commit f8a44d9e31
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class BaseFilterSet(object):
assert not (fields is None and exclude is None), \
"Setting 'Meta.model' without either 'Meta.fields' or 'Meta.exclude' " \
"has been deprecated since 0.15.0 and is now disallowed. Add an explicit" \
"has been deprecated since 0.15.0 and is now disallowed. Add an explicit " \
"'Meta.fields' or 'Meta.exclude' to the %s class." % cls.__name__
# Setting exclude with no fields implies all other fields.