mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-30 03:34:49 +00:00
Remove shadown method definition.
This commit is contained in:
parent
6ce582cded
commit
b8bf33a992
1 changed files with 0 additions and 4 deletions
|
|
@ -351,10 +351,6 @@ class Collection(APIMixin):
|
|||
in self.field_schema()
|
||||
}
|
||||
|
||||
def serialize(self, obj, data):
|
||||
"""Default implementation for object serializer."""
|
||||
return data
|
||||
|
||||
def serialize(self, obj, meteor_ids):
|
||||
"""Generate a DDP msg for obj with specified msg type."""
|
||||
# check for F expressions
|
||||
|
|
|
|||
Loading…
Reference in a new issue