mirror of
https://github.com/Hopiu/django.git
synced 2026-05-05 06:04:45 +00:00
small typo, example pk=27 but description pk=24
This commit is contained in:
parent
63f6ee817e
commit
746d3166d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue