diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:40:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:40:07 +0000 |
| commit | 68d15e94d2d3c97e363a6fcfeb13e48c31dfccbb (patch) | |
| tree | a7c080064c7648d7f26ef0d26a3205b21649bfe0 /docs/topics/serialization.txt | |
| parent | cd0611bd83ecc404bf250a24062aa5071a072353 (diff) | |
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
Diffstat (limited to 'docs/topics/serialization.txt')
| -rw-r--r-- | docs/topics/serialization.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
