INCR-209 move python 2 to 3 djangoapps user_api accounts (#20436)
* move python 2 to 3 djangoapps user_api accounts * fix import and pylint issues * refactor translation error string in user_api.accounts.utils
Showing
- openedx/core/djangoapps/user_api/accounts/__init__.py 2 additions, 1 deletionopenedx/core/djangoapps/user_api/accounts/__init__.py
- openedx/core/djangoapps/user_api/accounts/api.py 35 additions, 34 deletionsopenedx/core/djangoapps/user_api/accounts/api.py
- openedx/core/djangoapps/user_api/accounts/forms.py 3 additions, 0 deletionsopenedx/core/djangoapps/user_api/accounts/forms.py
- openedx/core/djangoapps/user_api/accounts/image_helpers.py 6 additions, 4 deletionsopenedx/core/djangoapps/user_api/accounts/image_helpers.py
- openedx/core/djangoapps/user_api/accounts/permissions.py 1 addition, 1 deletionopenedx/core/djangoapps/user_api/accounts/permissions.py
- openedx/core/djangoapps/user_api/accounts/serializers.py 14 additions, 11 deletionsopenedx/core/djangoapps/user_api/accounts/serializers.py
- openedx/core/djangoapps/user_api/accounts/settings_views.py 9 additions, 7 deletionsopenedx/core/djangoapps/user_api/accounts/settings_views.py
- openedx/core/djangoapps/user_api/accounts/signals.py 2 additions, 0 deletionsopenedx/core/djangoapps/user_api/accounts/signals.py
- openedx/core/djangoapps/user_api/accounts/tests/retirement_helpers.py 4 additions, 8 deletions.../djangoapps/user_api/accounts/tests/retirement_helpers.py
- openedx/core/djangoapps/user_api/accounts/tests/test_api.py 3 additions, 5 deletionsopenedx/core/djangoapps/user_api/accounts/tests/test_api.py
- openedx/core/djangoapps/user_api/accounts/tests/test_image_helpers.py 5 additions, 2 deletions.../djangoapps/user_api/accounts/tests/test_image_helpers.py
- openedx/core/djangoapps/user_api/accounts/tests/test_models.py 3 additions, 1 deletion...dx/core/djangoapps/user_api/accounts/tests/test_models.py
- openedx/core/djangoapps/user_api/accounts/tests/test_permissions.py 3 additions, 1 deletion...re/djangoapps/user_api/accounts/tests/test_permissions.py
- openedx/core/djangoapps/user_api/accounts/tests/test_retirement_views.py 25 additions, 22 deletions...angoapps/user_api/accounts/tests/test_retirement_views.py
- openedx/core/djangoapps/user_api/accounts/tests/test_serializers.py 3 additions, 2 deletions...re/djangoapps/user_api/accounts/tests/test_serializers.py
- openedx/core/djangoapps/user_api/accounts/tests/test_settings_views.py 6 additions, 4 deletions...djangoapps/user_api/accounts/tests/test_settings_views.py
- openedx/core/djangoapps/user_api/accounts/tests/test_utils.py 3 additions, 3 deletions...edx/core/djangoapps/user_api/accounts/tests/test_utils.py
- openedx/core/djangoapps/user_api/accounts/tests/test_views.py 9 additions, 7 deletions...edx/core/djangoapps/user_api/accounts/tests/test_views.py
- openedx/core/djangoapps/user_api/accounts/tests/testutils.py 3 additions, 5 deletionsopenedx/core/djangoapps/user_api/accounts/tests/testutils.py
- openedx/core/djangoapps/user_api/accounts/toggles.py 2 additions, 1 deletionopenedx/core/djangoapps/user_api/accounts/toggles.py
Loading
Please register or sign in to comment