Add option for list filter quick remove. #183
* add option for list filter quick remove * move transform from css to python * make template tag more resilient for unusual filters * fix tests * rename field, move rendering to template, change style * fix tests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.7 on 2022-10-10 21:46
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('admin_interface', '0026_theme_list_filter_highlight'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='theme',
|
||||
name='list_filter_removal_links',
|
||||
field=models.BooleanField(default=False, verbose_name='quick remove links for active filters at top of sidebar'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user