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
Export UnicodeProtobufEnumAttribute and make prefix optional (#53)
* Add `UnicodeProtobufEnumAttribute` back to module `__init__.py`
* Make enum prefix optional (default to empty string) so db stored
enum.Name as-is by default
Test:
* unit test
* `pip install -e ./pynamodb-attributes` from another local repo to test
import and save
0 commit comments