Merge branch 'refactor-confirmation-profiles' into 'master'
Refactor AddressConfirmationProfile * Remove the Manager since that can be implemented in the save() method * Assign proper initial values for the model * generate the activation_key using uuid4() * Remove the 'feature' creating a duplicate profile updates the first. as this should be impossible. Tests exist to ensue we do that properly * Update tests, remove the fixed activation_keys that were not used for anything See merge request !75 |
---|
src/postorius/migrations/0002_auto_20160209_0635.py 100644 → 0 |
---|
src/postorius/migrations/0002_auto_20160210_0721.py 0 → 100644 |
---|
src/postorius/models.py |
---|
src/postorius/tests/mailman_api_tests/test_address_activation.py |
---|
src/postorius/urls.py |
---|
src/postorius/views/user.py |
---|