Closes #18743: Upgrade to Django 5.2

This commit is contained in:
Jeremy Stretch 2025-03-05 10:36:55 -05:00
parent b5d970f7bb
commit 962d660c2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# The Python web framework on which NetBox is built
# https://docs.djangoproject.com/en/stable/releases/
Django<5.2
Django==5.2.*
# Django middleware which permits cross-domain API requests
# https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst

View File

@ -1,4 +1,4 @@
Django==5.1.5
Django==5.2b1
django-cors-headers==4.6.0
django-debug-toolbar==5.0.1
django-filter==24.3