|
| 1 | +# Generated by Django 3.2.23 on 2025-10-12 17:33 |
| 2 | + |
| 3 | +import django.core.validators |
| 4 | +from django.db import migrations, models |
| 5 | + |
| 6 | + |
| 7 | +class Migration(migrations.Migration): |
| 8 | + |
| 9 | + dependencies = [ |
| 10 | + ('applications', '0057_auto_20250203_2145'), |
| 11 | + ] |
| 12 | + |
| 13 | + operations = [ |
| 14 | + migrations.AddField( |
| 15 | + model_name='hackerapplication', |
| 16 | + name='cv_flagged', |
| 17 | + field=models.BooleanField(default=False), |
| 18 | + ), |
| 19 | + migrations.AlterField( |
| 20 | + model_name='hackerapplication', |
| 21 | + name='diet', |
| 22 | + field=models.CharField(choices=[('', '- Select a diet -'), ('None', 'No requirements'), ('Vegetarian', 'Vegetarian'), ('Vegan', 'Vegan'), ('Gluten-free', 'Gluten-free'), ('Others', 'Others')], default='None', max_length=300), |
| 23 | + ), |
| 24 | + migrations.AlterField( |
| 25 | + model_name='hackerapplication', |
| 26 | + name='lennyface', |
| 27 | + field=models.CharField(default='-.-', max_length=20), |
| 28 | + ), |
| 29 | + migrations.AlterField( |
| 30 | + model_name='hackerapplication', |
| 31 | + name='phone_number', |
| 32 | + field=models.CharField(blank=True, max_length=16, null=True, validators=[django.core.validators.RegexValidator(message="Phone number must be entered in the format: '+#########'. Up to 16 digits allowed.", regex='^\\+?1?\\d{9,15}$')]), |
| 33 | + ), |
| 34 | + migrations.AlterField( |
| 35 | + model_name='hackerapplication', |
| 36 | + name='tshirt_size', |
| 37 | + field=models.CharField(choices=[('', '- Select a t-shirt size -'), ('XS', 'Unisex - XS'), ('S', 'Unisex - S'), ('M', 'Unisex - M'), ('L', 'Unisex - L'), ('XL', 'Unisex - XL'), ('XXL', 'Unisex - XXL'), ('XXXL', 'Unisex - XXXL')], default='', max_length=300), |
| 38 | + ), |
| 39 | + migrations.AlterField( |
| 40 | + model_name='mentorapplication', |
| 41 | + name='diet', |
| 42 | + field=models.CharField(choices=[('', '- Select a diet -'), ('None', 'No requirements'), ('Vegetarian', 'Vegetarian'), ('Vegan', 'Vegan'), ('Gluten-free', 'Gluten-free'), ('Others', 'Others')], default='None', max_length=300), |
| 43 | + ), |
| 44 | + migrations.AlterField( |
| 45 | + model_name='mentorapplication', |
| 46 | + name='lennyface', |
| 47 | + field=models.CharField(default='-.-', max_length=20), |
| 48 | + ), |
| 49 | + migrations.AlterField( |
| 50 | + model_name='mentorapplication', |
| 51 | + name='phone_number', |
| 52 | + field=models.CharField(blank=True, max_length=16, null=True, validators=[django.core.validators.RegexValidator(message="Phone number must be entered in the format: '+#########'. Up to 16 digits allowed.", regex='^\\+?1?\\d{9,15}$')]), |
| 53 | + ), |
| 54 | + migrations.AlterField( |
| 55 | + model_name='mentorapplication', |
| 56 | + name='tshirt_size', |
| 57 | + field=models.CharField(choices=[('', '- Select a t-shirt size -'), ('XS', 'Unisex - XS'), ('S', 'Unisex - S'), ('M', 'Unisex - M'), ('L', 'Unisex - L'), ('XL', 'Unisex - XL'), ('XXL', 'Unisex - XXL'), ('XXXL', 'Unisex - XXXL')], default='', max_length=300), |
| 58 | + ), |
| 59 | + migrations.AlterField( |
| 60 | + model_name='sponsorapplication', |
| 61 | + name='diet', |
| 62 | + field=models.CharField(choices=[('', '- Select a diet -'), ('None', 'No requirements'), ('Vegetarian', 'Vegetarian'), ('Vegan', 'Vegan'), ('Gluten-free', 'Gluten-free'), ('Others', 'Others')], default='None', max_length=300), |
| 63 | + ), |
| 64 | + migrations.AlterField( |
| 65 | + model_name='sponsorapplication', |
| 66 | + name='tshirt_size', |
| 67 | + field=models.CharField(choices=[('', '- Select a t-shirt size -'), ('XS', 'Unisex - XS'), ('S', 'Unisex - S'), ('M', 'Unisex - M'), ('L', 'Unisex - L'), ('XL', 'Unisex - XL'), ('XXL', 'Unisex - XXL'), ('XXXL', 'Unisex - XXXL')], default='', max_length=300), |
| 68 | + ), |
| 69 | + migrations.AlterField( |
| 70 | + model_name='volunteerapplication', |
| 71 | + name='lennyface', |
| 72 | + field=models.CharField(default='-.-', max_length=20), |
| 73 | + ), |
| 74 | + migrations.AlterField( |
| 75 | + model_name='volunteerapplication', |
| 76 | + name='phone_number', |
| 77 | + field=models.CharField(blank=True, max_length=16, null=True, validators=[django.core.validators.RegexValidator(message="Phone number must be entered in the format: '+#########'. Up to 16 digits allowed.", regex='^\\+?1?\\d{9,15}$')]), |
| 78 | + ), |
| 79 | + migrations.AlterField( |
| 80 | + model_name='volunteerapplication', |
| 81 | + name='tshirt_size', |
| 82 | + field=models.CharField(choices=[('', '- Select a t-shirt size -'), ('XS', 'Unisex - XS'), ('S', 'Unisex - S'), ('M', 'Unisex - M'), ('L', 'Unisex - L'), ('XL', 'Unisex - XL'), ('XXL', 'Unisex - XXL'), ('XXXL', 'Unisex - XXXL')], default='', max_length=300), |
| 83 | + ), |
| 84 | + ] |
0 commit comments