mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed docs typos.
This commit is contained in:
committed by
Tim Graham
parent
65b4626528
commit
e816198034
@@ -1120,7 +1120,7 @@ Miscellaneous
|
||||
primary keys with value 0.
|
||||
|
||||
* Shadowing model fields defined in a parent model has been forbidden as this
|
||||
creates amiguity in the expected model behavior. In addition, any clashing
|
||||
creates ambiguity in the expected model behavior. In addition, any clashing
|
||||
fields in the model inheritance hierarchy results in a system check error.
|
||||
For example, if you use multi-inheritance, you need to define custom primary
|
||||
key fields on parent models, otherwise the default ``id`` fields will clash.
|
||||
|
||||
Reference in New Issue
Block a user