Don't use book absolute ids for nav
This commit is contained in:
parent
2fd7792f34
commit
1dffe425e0
10 changed files with 45 additions and 16 deletions
21
fedireads/migrations/0037_auto_20200504_0049.py
Normal file
21
fedireads/migrations/0037_auto_20200504_0049.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Generated by Django 3.0.3 on 2020-05-04 00:49
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('fedireads', '0036_auto_20200503_2007'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='author',
|
||||
name='fedireads_key',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='book',
|
||||
name='fedireads_key',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue