summaryrefslogtreecommitdiff
path: root/docs/serialization.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-06-01 17:09:54 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-06-01 17:09:54 +0000
commit4d9ab5435c4c073ae1bbc69c7108bdcceb507cab (patch)
tree724368f97c16ec8b4fde60638c1cba80b25669c8 /docs/serialization.txt
parent80dfe69ddf2818d82da0eeac62e9d0500d47367f (diff)
Small grammar fixes to docs/serialization.txt changes from [5409]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/serialization.txt')
-rw-r--r--docs/serialization.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/serialization.txt b/docs/serialization.txt
index 6f307baf52..01afa2708c 100644
--- a/docs/serialization.txt
+++ b/docs/serialization.txt
@@ -59,7 +59,7 @@ be serialized.
.. note::
Depending on your model, you may find that it is not possible to deserialize
- a model that only serializes a subset of it's fields. If a serialized object
+ a model that only serializes a subset of its fields. If a serialized object
doesn't specify all the fields that are required by a model, the deserializer
will not be able to save deserialized instances.
@@ -113,8 +113,7 @@ Django "ships" with a few included serializers:
used as a base for other serializers.
``yaml`` Serializes to YAML (Yet Another Markup Lanuage). This
- serializer will only be made available if PyYAML_ is installed.
-
+ serializer is only available if PyYAML_ is installed.
========== ==============================================================
.. _json: http://json.org/