From d8dbd8679080035de4e785a8e7b998fb01f4052b Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Sat, 10 Jan 2015 10:41:12 +0100 Subject: Update documentation --- api-guide/serializers/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-guide/serializers') diff --git a/api-guide/serializers/index.html b/api-guide/serializers/index.html index 64d6c8b9..4bb06d3b 100644 --- a/api-guide/serializers/index.html +++ b/api-guide/serializers/index.html @@ -868,7 +868,7 @@ serializer.errors has_support_contract=validated_data['profile']['has_support_contract'] ) -

For more details on this approach see the Django documentation on model managers, and this blogpost on using model and manger classes.

+

For more details on this approach see the Django documentation on model managers, and this blogpost on using model and manager classes.

Dealing with multiple objects

The Serializer class can also handle serializing or deserializing lists of objects.

Serializing multiple objects

-- cgit v1.2.3