mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
re-enable autocomplete tag field for now as its breaking action buttons display
This commit is contained in:
parent
b0da386793
commit
fcdc41a1ab
3 changed files with 16 additions and 15 deletions
|
@ -3,4 +3,5 @@ from django.apps import AppConfig
|
|||
|
||||
class CoreConfig(AppConfig):
|
||||
name = 'core'
|
||||
# default_auto_field = 'django.db.models.UUIDField'
|
||||
# WIP: broken by Django 3.1.2 -> 4.0 migration
|
||||
default_auto_field = 'django.db.models.UUIDField'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue