fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
slugs in search
[wolnelektury.git]
/
src
/
social
/
migrations
/
0019_progress_deleted.py
1
# Generated by Django 4.0.8 on 2025-07-08 14:40
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('social', '0018_progress'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='progress',
15
name='deleted',
16
field=models.BooleanField(default=False),
17
),
18
]