We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-bitfield/bitfield/types.py
Line 121 in 32d5f06
may be need a method to convert key to value, i try many time to find out how to convert
result = BitHandler(0, tuple(TeamPerm.permission)) for label in data: setattr(result, label, True)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
django-bitfield/bitfield/types.py
Line 121 in 32d5f06
may be need a method to convert key to value, i try many time to find out how to convert
The text was updated successfully, but these errors were encountered: