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
22
33import django_enum .fields
44from django .db import migrations , models
@@ -20,8 +20,8 @@ class Migration(migrations.Migration):
2020 ('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 )),
2121 ('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 )),
2222 ('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 )),
2525 ('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 )),
2626 ('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 )),
2727 ('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
@@ -56,8 +56,8 @@ class Migration(migrations.Migration):
5656 ('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 )),
5757 ('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 )),
5858 ('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 )),
6161 ('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 )),
6262 ('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 )),
6363 ('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
@@ -83,8 +83,8 @@ class Migration(migrations.Migration):
8383 ('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 )),
8484 ('pos_int' , models .PositiveIntegerField (blank = True , choices = [(0 , 'Value 0' ), (1 , 'Value 1' ), (2 , 'Value 2' ), (2147483647 , 'Value 2147483647' )], db_index = True , default = 2147483647 )),
8585 ('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 )),
8888 ('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 )),
8989 ('text' , models .CharField (blank = True , choices = [('V1' , 'Value1' ), ('V22' , 'Value2' ), ('V333' , 'Value3' ), ('D' , 'Default' )], db_index = True , default = None , max_length = 4 , null = True )),
9090 ('int_choice' , models .IntegerField (blank = True , choices = [(1 , 'One' ), (2 , 'Two' ), (3 , 'Three' )], default = 1 )),
0 commit comments