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
@@ -949,8 +949,8 @@ Here's a complete example of our previous `HighScoreSerializer`, that's been upd
949
949
'player_name': 'May not be more than 10 characters.'
950
950
})
951
951
952
-
# Return the validated values. This will be available as
953
-
# the `.validated_data` property.
952
+
# Return the validated values. This will be available as
953
+
# the `.validated_data` property.
954
954
return {
955
955
'score': int(score),
956
956
'player_name': player_name
@@ -1189,7 +1189,7 @@ The [drf-writable-nested][drf-writable-nested] package provides writable nested
1189
1189
1190
1190
## DRF Encrypt Content
1191
1191
1192
-
The [drf-encrypt-content][drf-encrypt-content] package helps you encrypt your data, serialized through ModelSerializer. It also contains some helper functions. Which helps you to encrypt your data.
1192
+
The [drf-encrypt-content][drf-encrypt-content] package helps you encrypt your data, serialized through ModelSerializer. It also contains some helper functions. Which helps you to encrypt your data.
0 commit comments