parent
9d2f32d538
commit
d279e28a18
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2 on 2023-08-11 14:14 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('scores', '0023_match_teams_player'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='match', |
||||
name='teams', |
||||
field=models.ManyToManyField(blank=True, to='scores.team'), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue