summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan hr Berder <stefan.berder@ledapei.com>2013-05-16 15:21:18 +0800
committerStefan hr Berder <stefan.berder@ledapei.com>2013-05-16 15:21:18 +0800
commit746d3166d6fec63795ba7a3805fc2fa022367810 (patch)
tree567675799c971688c406e804362fe49a4902f218 /docs
parent63f6ee817ec281b14e1a5fbcdc356cfcab67280b (diff)
small typo, example pk=27 but description pk=24
Diffstat (limited to '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,