1
- # Generated by Django 5.0.2 on 2024-03-02 20:15
1
+ # Generated by Django 5.0.2 on 2024-03-02 21:03
2
2
3
3
import django .contrib .auth .models
4
4
import django .contrib .auth .validators
@@ -24,12 +24,12 @@ class Migration(migrations.Migration):
24
24
('password' , models .CharField (max_length = 128 , verbose_name = 'password' )),
25
25
('last_login' , models .DateTimeField (blank = True , null = True , verbose_name = 'last login' )),
26
26
('is_superuser' , models .BooleanField (default = False ,
27
- help_text = 'Designates that this user has all '
28
- 'permissions without explicitly assigning them.' ,
27
+ help_text = 'Designates that this user has all permissions '
28
+ 'without explicitly assigning them.' ,
29
29
verbose_name = 'superuser status' )),
30
30
('username' , models .CharField (error_messages = {'unique' : 'A user with that username already exists.' },
31
- help_text = 'Required. 150 characters or '
32
- 'fewer. Letters, digits and @/./+/-/_ only.' ,
31
+ help_text = 'Required. 150 characters or fewer. Letters, digits '
32
+ 'and @/./+/-/_ only.' ,
33
33
max_length = 150 , unique = True ,
34
34
validators = [django .contrib .auth .validators .UnicodeUsernameValidator ()],
35
35
verbose_name = 'username' )),
@@ -40,8 +40,8 @@ class Migration(migrations.Migration):
40
40
help_text = 'Designates whether the user can log into this admin site.' ,
41
41
verbose_name = 'staff status' )),
42
42
('is_active' , models .BooleanField (default = True ,
43
- help_text = 'Designates whether this user should be treated as '
44
- 'active. Unselect this instead of deleting accounts.' ,
43
+ help_text = 'Designates whether this user should be treated as active. '
44
+ 'Unselect this instead of deleting accounts.' ,
45
45
verbose_name = 'active' )),
46
46
('date_joined' , models .DateTimeField (default = django .utils .timezone .now , verbose_name = 'date joined' )),
47
47
('groups' , models .ManyToManyField (blank = True ,
0 commit comments