diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:54:32 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2009-02-21 08:54:32 +0000 |
| commit | 267122978fb4cdb00a303b816487f0e6f803d3c1 (patch) | |
| tree | 33281fc61147761975f54bdcb5822ce25ece83e3 /docs/topics | |
| parent | d9b5a414ca2823bcbb8008c8d19efd8ad16f0c35 (diff) | |
[1.0.X] Merged trunk changes [9850], [9851], [9852], [9853]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -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 78bf6f5f03..2b074689d8 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 |
