You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename TokenFamilyBlacklist model to BlacklistedTokenFamily and add abstract workaround
- Renamed TokenFamilyBlacklist to BlacklistedTokenFamily to align with the existing naming convention used in the token_blacklist app (BlacklistedToken model).
- Updated all references to TokenFamilyBlacklist in the codebase to reflect the new model name.
- Added 'abstract' attribute to the token_family app models to match the pattern used in the token_blacklist models.
0 commit comments