| .. |
|
__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_auto_20191011_1123.py
|
Fix and refactor
|
2019-10-11 14:49: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 |
|
0011_merge_20191014_0839.py
|
Standart user, guest.
|
2019-10-14 14:48:13 +03:00 |
|
0011_merge_20191014_1258.py
|
Reverting migration
|
2019-10-14 16:02:02 +03:00 |
|
0012_merge_20191015_0708.py
|
Fix country_id
|
2019-10-15 15:20:44 +03:00 |
|
0012_merge_20191015_0912.py
|
fix merge
|
2019-10-15 12:23:13 +03:00 |
|
0013_auto_20191016_0810.py
|
Add establishment manager role
|
2019-10-16 11:40:51 +03:00 |
|
0014_merge_20191023_0959.py
|
merge from develop
|
2019-10-23 15:31:04 +03:00 |
|
0015_merge_20191023_1317.py
|
added merge migrations
|
2019-10-23 17:05:37 +03:00 |
|
0016_auto_20191024_0830.py
|
fix migrations in userroles
|
2019-10-24 11:34:00 +03:00 |
|
0016_auto_20191024_0833.py
|
Added currency to establishment model
|
2019-10-24 11:06:58 +00:00 |
|
0017_merge_20191024_1233.py
|
Add merged migrations
|
2019-10-24 15:34:35 +03:00 |
|
0018_user_old_id.py
|
Add migration
|
2019-10-29 12:16:18 +03:00 |
|
0019_auto_20191108_0827.py
|
Add image url
|
2019-11-08 11:29:45 +03:00 |
|
0020_role_site.py
|
Migrate
|
2019-11-22 11:43:22 +03:00 |
|
0021_oldrole.py
|
Old role migrate
|
2019-12-03 15:23:41 +03:00 |
|
0022_auto_20191203_1149.py
|
Old role migrate
|
2019-12-03 15:23:41 +03:00 |
|
0023_auto_20191204_0916.py
|
Migrate complete
|
2019-12-04 12:24:23 +03:00 |
|
0024_role_establishment_subtype.py
|
Models
|
2019-12-06 11:13:07 +03:00 |
|
0025_auto_20191210_0623.py
|
forgotten migrations
|
2019-12-10 09:24:32 +03:00 |
|
0026_auto_20191210_1553.py
|
permission
|
2019-12-10 18:54:49 +03:00 |
|
0026_auto_20191211_1134.py
|
add datamigrate and change for models
|
2019-12-11 18:12:26 +03:00 |
|
0027_auto_20191211_1444.py
|
add datamigrate and change for models
|
2019-12-11 18:12:26 +03:00 |
|
0028_merge_20191217_1127.py
|
Fix
|
2019-12-17 14:29:20 +03:00 |
|
0029_auto_20200109_1354.py
|
set username as non-required field on registration stage
|
2020-01-09 17:57:10 +03:00 |
|
0030_user_last_ip.py
|
last_ip
|
2020-01-10 14:27:00 +03:00 |
|
0031_user_last_country.py
|
last country
|
2020-01-10 15:57:36 +03:00 |
|
0032_auto_20200114_1311.py
|
refactored roles, refactored response for User detail view
|
2020-01-14 18:40:30 +03:00 |
|
0033_user_phone.py
|
added field phone to User model, change establishment transfer, added filters (full-text search, role_country_code, country_code), change account serializers
|
2020-01-21 17:36:31 +03:00 |
|
0034_auto_20200131_0548.py
|
confirmed at for csv users
|
2020-01-31 09:03:15 +03:00 |
|
0035_userrole_for_team.py
|
migration for team
|
2020-02-04 18:20:23 +03:00 |
|
0036_auto_20200205_1457.py
|
try to fix migrations
|
2020-02-10 16:58:04 +03:00 |
|
0037_auto_20200206_1447.py
|
refactored role choices
|
2020-02-06 17:49:07 +03:00 |