We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09f9bf commit 3127ad4Copy full SHA for 3127ad4
polymorphic/utils.py
@@ -11,7 +11,7 @@ def reset_polymorphic_ctype(*models, **filters):
11
Sort the ``*models`` from base class to descending class,
12
to make sure the content types are properly assigned.
13
14
- Add ``preserve_existing=True`` to skip models which already
+ Add ``ignore_existing=True`` to skip models which already
15
have a polymorphic content type.
16
"""
17
using = filters.pop("using", DEFAULT_DB_ALIAS)
0 commit comments