parent
92ec9b5e7c
commit
75777daf4f
@ -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