Skip to content

Commit 0adc1da

Browse files
committed
[fix] Fixed migrations for sample app
1 parent 97938c4 commit 0adc1da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/openwisp2/sample_radius/migrations/0032_registered_user_multitenant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ class Migration(migrations.Migration):
192192
help_text=REGISTERED_USER_ORGANIZATION_HELP_TEXT,
193193
null=True,
194194
on_delete=django.db.models.deletion.CASCADE,
195-
related_name="registered_users",
196195
to=swapper.get_model_name("openwisp_users", "Organization"),
197196
verbose_name="organization",
198197
),

0 commit comments

Comments
 (0)