diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-28 09:28:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-30 07:36:12 -0400 |
| commit | 8ec388a69da13a8a5cf82604a26abe13be7dd1cb (patch) | |
| tree | d968e44842ae73b6a1cab7f77e10caaf5fc8bbbd /docs/releases | |
| parent | d9c272b22f116adbaff11570e5d6f9a299a358dc (diff) | |
Fixed #22442 -- Provided additional documentation regarding id fields clashing.
Thanks benjaoming for raising the issue and Loic for the examples.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.7.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 3cd832e750..fde451d2c8 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1194,6 +1194,7 @@ Miscellaneous 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. + See :ref:`model-multiple-inheritance-topic` for details. * ``django.utils.translation.parse_accept_lang_header()`` now returns lowercase locales, instead of the case as it was provided. As locales should |
