fix formatting

This commit is contained in:
Joe Michelini 2021-03-21 15:40:50 -04:00
parent c334229111
commit 7154191fd7

View File

@ -583,7 +583,7 @@ The serializer method referred to by the `method_name` argument should accept a
class Meta:
model = User
fields = '__all__'
fields = '__all__'
def get_days_since_joined(self, obj):
return (now() - obj.date_joined).days