You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help_text="\nRules this course is manually overridden to count for, bypassing the normal Q filter\ncheck. Use this to handle edge cases where a course should fulfill a requirement\neven though it doesn't technically satisfy the rule's conditions.\n",
19
+
related_name="overridden_fulfillments",
20
+
to="degree.rule",
21
+
),
22
+
),
23
+
migrations.AlterField(
24
+
model_name="degree",
25
+
name="program",
26
+
field=models.CharField(
27
+
choices=[
28
+
("EU_BSE", "Engineering BSE"),
29
+
("EU_BAS", "Engineering BAS"),
30
+
("AU_BA", "College BA"),
31
+
("WU_BS", "Wharton BS"),
32
+
("NU_BSN", "Nursing BSN"),
33
+
],
34
+
help_text="\nThe program code for this degree, e.g., EU_BSE\n",
0 commit comments