unlisted public items
This commit is contained in:
parent
1d315da072
commit
2d59fc468e
3 changed files with 21 additions and 2 deletions
18
app/text/migrations/0009_text_listed.py
Normal file
18
app/text/migrations/0009_text_listed.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.2.15 on 2022-09-25 18:08
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('text', '0008_auto_20211028_1007'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='text',
|
||||
name='listed',
|
||||
field=models.BooleanField(default=True, verbose_name='Include in list if public'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue