1
- # Generated by Django 3.2.14 on 2022-08-09 15:45
1
+ # Generated by Django 3.2.14 on 2022-08-09 23:57
2
2
3
3
import django_enum .fields
4
4
from django .db import migrations , models
@@ -20,8 +20,8 @@ class Migration(migrations.Migration):
20
20
('small_int' , django_enum .fields .EnumSmallIntegerField (blank = True , choices = [(- 32768 , 'Value -32768' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (32767 , 'Value 32767' )], db_index = True , default = 32767 )),
21
21
('pos_int' , django_enum .fields .EnumPositiveIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , default = 2147483647 )),
22
22
('int' , django_enum .fields .EnumIntegerField (blank = True , choices = [(- 2147483648 , 'Value -2147483648' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , null = True )),
23
- ('big_pos_int' , django_enum .fields .EnumPositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = None , null = True )),
24
- ('big_int' , django_enum .fields .EnumBigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = - 2147483649 )),
23
+ ('big_pos_int' , django_enum .fields .EnumPositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = None , null = True )),
24
+ ('big_int' , django_enum .fields .EnumBigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = - 2147483649 )),
25
25
('constant' , django_enum .fields .EnumFloatField (blank = True , choices = [(3.141592653589793 , 'Pi' ), (2.71828 , "Euler's Number" ), (1.618033988749895 , 'Golden Ratio' )], db_index = True , default = None , null = True )),
26
26
('text' , django_enum .fields .EnumCharField (blank = True , choices = [('V1' , 'Value1' ), ('V22' , 'Value2' ), ('V333' , 'Value3' ), ('D' , 'Default' )], db_index = True , default = None , max_length = 4 , null = True )),
27
27
('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
@@ -56,8 +56,8 @@ class Migration(migrations.Migration):
56
56
('small_int' , django_enum .fields .EnumSmallIntegerField (blank = True , choices = [(- 32768 , 'Value -32768' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (32767 , 'Value 32767' )], db_index = True , default = 32767 )),
57
57
('pos_int' , django_enum .fields .EnumPositiveIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , default = 2147483647 )),
58
58
('int' , django_enum .fields .EnumIntegerField (blank = True , choices = [(- 2147483648 , 'Value -2147483648' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , null = True )),
59
- ('big_pos_int' , django_enum .fields .EnumPositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = None , null = True )),
60
- ('big_int' , django_enum .fields .EnumBigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = - 2147483649 )),
59
+ ('big_pos_int' , django_enum .fields .EnumPositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = None , null = True )),
60
+ ('big_int' , django_enum .fields .EnumBigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = - 2147483649 )),
61
61
('constant' , django_enum .fields .EnumFloatField (blank = True , choices = [(3.141592653589793 , 'Pi' ), (2.71828 , "Euler's Number" ), (1.618033988749895 , 'Golden Ratio' )], db_index = True , default = None , null = True )),
62
62
('text' , django_enum .fields .EnumCharField (blank = True , choices = [('V1' , 'Value1' ), ('V22' , 'Value2' ), ('V333' , 'Value3' ), ('D' , 'Default' )], db_index = True , default = None , max_length = 4 , null = True )),
63
63
('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
@@ -83,8 +83,8 @@ class Migration(migrations.Migration):
83
83
('small_int' , models .SmallIntegerField (blank = True , choices = [(- 32768 , 'Value -32768' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (32767 , 'Value 32767' )], db_index = True , default = 32767 )),
84
84
('pos_int' , models .PositiveIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , default = 2147483647 )),
85
85
('int' , models .IntegerField (blank = True , choices = [(- 2147483648 , 'Value -2147483648' ), (0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , null = True )),
86
- ('big_pos_int' , models .PositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = None , null = True )),
87
- ('big_int' , models .BigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483647 ' )], db_index = True , default = - 2147483649 )),
86
+ ('big_pos_int' , models .PositiveBigIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = None , null = True )),
87
+ ('big_int' , models .BigIntegerField (blank = True , choices = [(- 2147483649 , 'Value -2147483649' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483648 , 'Value 2147483648 ' )], db_index = True , default = - 2147483649 )),
88
88
('constant' , models .FloatField (blank = True , choices = [(3.141592653589793 , 'Pi' ), (2.71828 , "Euler's Number" ), (1.618033988749895 , 'Golden Ratio' )], db_index = True , default = None , null = True )),
89
89
('text' , models .CharField (blank = True , choices = [('V1' , 'Value1' ), ('V22' , 'Value2' ), ('V333' , 'Value3' ), ('D' , 'Default' )], db_index = True , default = None , max_length = 4 , null = True )),
90
90
('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
0 commit comments