mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
Update admin.py
This commit is contained in:
parent
7d06836443
commit
7d5a7f80ca
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class SnapshotActionForm(ActionForm):
|
||||||
tags = forms.ModelMultipleChoiceField(
|
tags = forms.ModelMultipleChoiceField(
|
||||||
queryset=Tag.objects.all(),
|
queryset=Tag.objects.all(),
|
||||||
required=False,
|
required=False,
|
||||||
|
# WIP: commented out because broken by Django 3.1.2 -> 4.0 migration
|
||||||
# widget=AutocompleteSelectMultiple(
|
# widget=AutocompleteSelectMultiple(
|
||||||
# # AutocompleteTags(),
|
# # AutocompleteTags(),
|
||||||
# # AutocompleteTagsAdminStub(),
|
# # AutocompleteTagsAdminStub(),
|
||||||
|
|
Loading…
Reference in a new issue