summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-16 03:53:00 -0700
committerTim Graham <timograham@gmail.com>2013-05-16 03:53:00 -0700
commitfa91855967d1b945d5e2a02fc31cfec87dc4dbd6 (patch)
tree567675799c971688c406e804362fe49a4902f218
parent63f6ee817ec281b14e1a5fbcdc356cfcab67280b (diff)
parent746d3166d6fec63795ba7a3805fc2fa022367810 (diff)
Merge pull request #1072 from hrbonz/doc_serialize_typo
Fixed typo in serialization docs.
-rw-r--r--docs/topics/serialization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/serialization.txt b/docs/topics/serialization.txt
index cb34117997..e88e16029e 100644
--- a/docs/topics/serialization.txt
+++ b/docs/topics/serialization.txt
@@ -203,7 +203,7 @@ Foreign keys and other relational fields are treated a little bit differently::
<!-- ... -->
</object>
-In this example we specify that the auth.Permission object with the PK 24 has
+In this example we specify that the auth.Permission object with the PK 27 has
a foreign key to the contenttypes.ContentType instance with the PK 9.
ManyToMany-relations are exported for the model that binds them. For instance,