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
field=models.ManyToManyField(blank=True, help_text='Organisations Access List. Who may access this signal?', related_name='accessed_signals', to='signals.organisation'),
27
+
),
28
+
migrations.AlterField(
29
+
model_name='signal',
30
+
name='organisations_sharing_list',
31
+
field=models.ManyToManyField(blank=True, help_text='Organisations Sharing List. Who may be told about this signal?', related_name='shared_signals', to='signals.organisation'),
0 commit comments