File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ v4.3.0 (202X-XX-XX)
55-------------------
66
77* Implemented `Include get_child_inlines() hook in stacked inline admin forms. <https://github.com/jazzband/django-polymorphic/pull/681 >`_
8- * Fixed `" multi-database support in inheritance accessors. <https://github.com/jazzband/django-polymorphic/pull/550 >`_
8+ * Fixed `multi-database support in inheritance accessors. <https://github.com/jazzband/django-polymorphic/pull/550 >`_
99* Fixed `Caching in inheritance accessor functions <https://github.com/jazzband/django-polymorphic/pull/510 >`_
1010* Fixed `Foreign key resolves to parent class when using abstract models <https://github.com/jazzband/django-polymorphic/issues/437 >`_
1111* Fixed `Support Q expressions that contain subquery expressions <https://github.com/jazzband/django-polymorphic/pull/572 >`_
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ def get_child_inlines(self):
8282 Return the derived inline classes which this admin should handle.
8383
8484 This should return an iterable of
85- :class:`~polymorphic.admin.inlines.PolymorphicInlineModelAdmin.Child classes,
86- to override :attr:`child_inlines.
85+ :class:`~polymorphic.admin.inlines.PolymorphicInlineModelAdmin.Child` classes,
86+ to override :attr:`~polymorphic.admin.inlines.PolymorphicInlineModelAdmin. child_inlines` .
8787 """
8888 return self .child_inlines or []
8989
You can’t perform that action at this time.
0 commit comments