@@ -28,7 +28,7 @@ class Migration(migrations.Migration):
2828 ('reporting_ns_contact_role' , models .CharField (blank = True , max_length = 255 , null = True , verbose_name = 'NS Contanct Information: Role' )),
2929 ('reporting_ns_contact_email' , models .CharField (blank = True , max_length = 255 , null = True , verbose_name = 'NS Contanct Information: Email' )),
3030 ('start_date' , models .DateField (verbose_name = 'Start Date' )),
31- ('status' , models .CharField (choices = [('on_going' , 'Activity On-Going ' ), ('complete' , 'Activity Complete' )], default = deployments .models .EmergencyProject .ActivityStatus ('on_going' ), max_length = 40 )),
31+ ('status' , models .CharField (choices = [('on_going' , 'Activity Ongoing ' ), ('complete' , 'Activity Complete' )], default = deployments .models .EmergencyProject .ActivityStatus ('on_going' ), max_length = 40 )),
3232 ('country' , models .ForeignKey (on_delete = django .db .models .deletion .CASCADE , related_name = '+' , to = 'api.Country' , verbose_name = 'Country' )),
3333 ('created_by' , models .ForeignKey (blank = True , null = True , on_delete = django .db .models .deletion .SET_NULL , related_name = '+' , to = settings .AUTH_USER_MODEL , verbose_name = 'created by' )),
3434 ('deployed_eru' , models .ForeignKey (on_delete = django .db .models .deletion .CASCADE , related_name = '+' , to = 'deployments.ERU' , verbose_name = 'Deployed ERU' )),
0 commit comments