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:: -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,