mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
cd0611bd83
commit
68d15e94d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue