1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

add WIP comment

This commit is contained in:
Nick Sweeting 2023-12-18 19:24:18 -08:00 committed by GitHub
parent 89bdda85e9
commit 7d06836443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ class TagInline(admin.TabularInline):
from django.contrib.admin.helpers import ActionForm
from django.contrib.admin.widgets import AutocompleteSelectMultiple
# WIP: commented out because broken by Django 3.1.2 -> 4.0 migration
# class AutocompleteTags:
# model = Tag
# search_fields = ['name']