python3-django-bitfield

Django module implementing BitFields (Python3 version)
  https://github.com/disqus/django-bitfield
  0
  no reviews



Django-bitfield provides a custom field which allows various bits to be stored inside one fixed-width BigIntegerField.

The custom field provides syntatic sugar for accessing those flags easily from a Django application.

This package contains the Python 3 version of the library.