From 68d15e94d2d3c97e363a6fcfeb13e48c31dfccbb Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 21 Feb 2009 08:40:07 +0000 Subject: [PATCH] Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel git-svn-id: http://code.djangoproject.com/svn/django/trunk@9850 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/serialization.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/topics/serialization.txt b/docs/topics/serialization.txt index a9366d6967..b9e93f47cc 100644 --- a/docs/topics/serialization.txt +++ b/docs/topics/serialization.txt @@ -125,7 +125,8 @@ The Django object itself can be inspected as ``deserialized_object.object``. Serialization formats --------------------- -Django "ships" with a few included serializers: +Django supports a number of serialization formats, some of which require you +to install third-party Python modules: ========== ============================================================== Identifier Information