Commit 746d3166 authored by Stefan hr Berder's avatar Stefan hr Berder
Browse files

small typo, example pk=27 but description pk=24

parent 63f6ee81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,