mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
This commit is contained in:
@@ -980,6 +980,9 @@ Miscellaneous
|
||||
favor of class-based views :class:`~django.views.i18n.JavaScriptCatalog`
|
||||
and :class:`~django.views.i18n.JSONCatalog`.
|
||||
|
||||
* In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a
|
||||
``parent_link`` is deprecated. Add ``parent_link=True`` to such fields.
|
||||
|
||||
.. _removed-features-1.10:
|
||||
|
||||
Features removed in 1.10
|
||||
|
||||
Reference in New Issue
Block a user