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 89c1e25 commit 97675b8Copy full SHA for 97675b8
django_fsm_log/managers.py
@@ -61,5 +61,9 @@ def get_for_object(self, obj):
61
62
63
def PendingStateLogManager(*args, **kwargs):
64
- warn("PendingStateLogManager has been renamed to PendingPersistedTransitionManager", DeprecationWarning, stacklevel=2)
+ warn(
65
+ "PendingStateLogManager has been renamed to PendingPersistedTransitionManager",
66
+ DeprecationWarning,
67
+ stacklevel=2,
68
+ )
69
return PendingPersistedTransitionManager(*args, **kwargs)
0 commit comments