| .. |
|
__init__.py
|
version 0.0.1: add project, model user and api
|
2019-08-07 16:10:23 +03:00 |
|
0001_initial.py
|
version 0.0.1: add project, model user and api
|
2019-08-07 16:10:23 +03:00 |
|
0002_user_newsletter.py
|
version 0.0.5.1: added integration with facebook, refactored a lot
|
2019-08-09 09:56:16 +03:00 |
|
0003_resetpasswordtoken.py
|
version 0.0.5.7: added method to reset password (until without confirmation)
|
2019-08-11 19:53:36 +03:00 |
|
0004_user_email_confirmed.py
|
added endpoint to account app; added "email_confirmed" field to User model; refactored auth app;
|
2019-08-20 15:43:59 +03:00 |
|
0005_user_cropped_image.py
|
added field cropped_image to User model
|
2019-09-06 13:47:37 +03:00 |
|
0006_delete_resetpasswordtoken.py
|
refactored apps account, authorization, news, utils
|
2019-09-12 14:44:49 +03:00 |
|
0007_auto_20190912_1323.py
|
replace ImageFields to URLFields in User model, refactored serializers that included this fields
|
2019-09-12 18:10:52 +03:00 |
|
0008_auto_20190912_1325.py
|
replace ImageFields to URLFields in User model, refactored serializers that included this fields
|
2019-09-12 18:10:52 +03:00 |
|
0009_auto_20191002_0648.py
|
gm-148: refactored
|
2019-10-02 10:16:32 +03:00 |
|
0009_user_unconfirmed_email.py
|
Don't change email until user confirms it
|
2019-10-10 17:42:29 +03:00 |
|
0010_user_password_confirmed.py
|
Password reset confirmation mechanics
|
2019-10-10 20:49:35 +03:00 |
|
0011_merge_20191011_1336.py
|
added merge migration
|
2019-10-11 16:36:34 +03:00 |