Skip to content

Commit 3127ad4

Browse files
greenledvdboor
authored andcommitted
Update comment in reset_polymorphic_ctype()
1 parent b09f9bf commit 3127ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymorphic/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def reset_polymorphic_ctype(*models, **filters):
1111
Sort the ``*models`` from base class to descending class,
1212
to make sure the content types are properly assigned.
1313
14-
Add ``preserve_existing=True`` to skip models which already
14+
Add ``ignore_existing=True`` to skip models which already
1515
have a polymorphic content type.
1616
"""
1717
using = filters.pop("using", DEFAULT_DB_ALIAS)

0 commit comments

Comments
 (0)