Skip to content
Snippets Groups Projects
Commit 5d633d2e authored by Bodor Máté's avatar Bodor Máté
Browse files

migaration

parent ab9067b6
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.0.1 on 2019-01-23 17:12
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('document', '0003_auto_20190121_1335'),
]
operations = [
migrations.AlterField(
model_name='document',
name='solution',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='files', to='homework.Solution'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment