You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@ class ProductSerializer(serializers.ModelSerializer):
402
402
```
403
403
404
404
### read_source parameter
405
-
This parameter allows you to use different `source` for read operations and doesn't change field name for write operations. This is only used while representing the data.
405
+
This parameter allows you to use different `source` for read operations and doesn't change field name for write operations. This is only used while representing the data.
406
406
407
407
## HybridImageField
408
408
A django-rest-framework field for handling image-uploads through raw post data, with a fallback to multipart form data.
0 commit comments