fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Save audiobook project funding info in the model.
[wolnelektury.git]
/
src
/
social
/
migrations
/
0013_auto_20210120_1445.py
1
# Generated by Django 2.2.16 on 2021-01-20 13:45
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('social', '0012_auto_20210120_1444'),
10
]
11
12
operations = [
13
migrations.RenameField(
14
model_name='carousel',
15
old_name='slug',
16
new_name='placement',
17
),
18
]