Andrej Zbín
Results
1
issues of
Andrej Zbín
``` File "/XXX/lib/python3.9/site-packages/two_factor/migrations/0003_auto_20150817_1733.py", line 15, in migrate_phone_numbers username = device.user.get_username() AttributeError: 'User' object has no attribute 'get_username' ``` Seems like when running the migration, the user instance is of type...