1
0
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:
Szczepan Cieślik
2014-02-22 18:30:28 +01:00
committed by Tim Graham
parent 65b4626528
commit e816198034
32 changed files with 48 additions and 47 deletions

View File

@@ -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.