Merge branch 'dev' into plugins-browsertrix

This commit is contained in:
Nick Sweeting 2024-01-24 12:34:41 -08:00 committed by GitHub
commit 4aee3b590e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 128 additions and 12 deletions

View file

@ -8,3 +8,8 @@ class CoreAppConfig(AppConfig):
# WIP: broken by Django 3.1.2 -> 4.0 migration
default_auto_field = 'django.db.models.UUIDField'
def ready(self):
from .auth import register_signals
register_signals()