-
- Downloads
feat: remove db case-insensitivity on last name and uppercase in normalisation
parent
afdf23ea
No related branches found
No related tags found
Showing
- activate_account/apps.py 2 additions, 0 deletionsactivate_account/apps.py
- activate_account/factories.py 8 additions, 6 deletionsactivate_account/factories.py
- activate_account/management/commands/init_mock_data.py 24 additions, 6 deletionsactivate_account/management/commands/init_mock_data.py
- activate_account/migrations/0008_alter_accountidentifier_id_and_last_name.py 36 additions, 0 deletions...grations/0008_alter_accountidentifier_id_and_last_name.py
- activate_account/models.py 2 additions, 1 deletionactivate_account/models.py
- activate_account/tests/test_account.py 1 addition, 19 deletionsactivate_account/tests/test_account.py
- activate_account/tests/test_account_identifier.py 0 additions, 12 deletionsactivate_account/tests/test_account_identifier.py
- api/v1alpha/tests/test_reset_token.py 14 additions, 0 deletionsapi/v1alpha/tests/test_reset_token.py
- authentication/normalisation.py 1 addition, 1 deletionauthentication/normalisation.py
- authentication/tests/test_login_view.py 41 additions, 5 deletionsauthentication/tests/test_login_view.py
- authentication/tests/test_normalisation.py 28 additions, 0 deletionsauthentication/tests/test_normalisation.py
- authentication/tests/test_token_request_serializer.py 17 additions, 0 deletionsauthentication/tests/test_token_request_serializer.py
- data_manager_api/tests/test_serializers.py 10 additions, 9 deletionsdata_manager_api/tests/test_serializers.py
- data_manager_api/tests/test_views.py 2 additions, 2 deletionsdata_manager_api/tests/test_views.py
Loading