mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
CVS merge
Yet even more code merged.
This commit is contained in:
@@ -19,7 +19,7 @@ class CommunitySerializer():
|
||||
'platform': community.platform,
|
||||
'allowed_users': json.loads(community.allowed_users) if community.allowed_users else None,
|
||||
'creator': community.creator_id
|
||||
}
|
||||
}
|
||||
@staticmethod
|
||||
def many(queryset):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user