fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Experimental preview of 2022 book detail page.
[wolnelektury.git]
/
src
/
waiter
/
migrations
/
0002_remove_waitedfile_task.py
1
# Generated by Django 2.2.16 on 2020-09-25 12:56
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('waiter', '0001_initial'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='waitedfile',
15
name='task',
16
),
17
]