mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
add WIP comment
This commit is contained in:
parent
89bdda85e9
commit
7d06836443
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class TagInline(admin.TabularInline):
|
||||||
from django.contrib.admin.helpers import ActionForm
|
from django.contrib.admin.helpers import ActionForm
|
||||||
from django.contrib.admin.widgets import AutocompleteSelectMultiple
|
from django.contrib.admin.widgets import AutocompleteSelectMultiple
|
||||||
|
|
||||||
|
# WIP: commented out because broken by Django 3.1.2 -> 4.0 migration
|
||||||
# class AutocompleteTags:
|
# class AutocompleteTags:
|
||||||
# model = Tag
|
# model = Tag
|
||||||
# search_fields = ['name']
|
# search_fields = ['name']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue