fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show isbn for woblink
[redakcja.git]
/
src
/
documents
/
migrations
/
0004_auto_20201102_1325.py
1
# Generated by Django 3.0.4 on 2020-11-02 13:25
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('documents', '0003_auto_20201102_1324'),
10
]
11
12
operations = [
13
migrations.RenameField(
14
model_name='book',
15
old_name='dc_slug',
16
new_name='catalogue_book',
17
),
18
]