Skip to content

Commit

Permalink
Update MultipleModelField docstring; no longer works with single objects
Browse files Browse the repository at this point in the history
  • Loading branch information
c17r authored and mixxorz committed Mar 21, 2018
1 parent 24dbbfe commit 573bc7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service_objects/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ class MultipleModelField(ModelField):
A multiple model version of :class:`ModelField`, will check each passed
in object to match the specified :class:`Model`.
Will always return data as a list even if only a single object is passed in.
:param model_class: Django :class:`Model` or dotted string of :
class:`Model` name
:param allow_unsaved: Whether the object is required to be saved to
Expand Down

0 comments on commit 573bc7a

Please sign in to comment.