Update to Django 4.2.x, now in LTS until April 2026

This commit is contained in:
jim winstead 2024-03-25 17:46:01 -07:00
parent 8007e97c3f
commit 8b1b01e508
6 changed files with 105 additions and 87 deletions

View file

@ -3,8 +3,6 @@ from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
# 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