Fixes for django 4 (remove is_ajax)
This commit is contained in:
+5
-3
@@ -1,4 +1,5 @@
|
||||
Django==3.2.13
|
||||
#Django==3.2.13
|
||||
Django==4.1.4
|
||||
django_debug_toolbar
|
||||
django_jquery
|
||||
django_reversion
|
||||
@@ -16,7 +17,8 @@ pytesseract
|
||||
opencv-python
|
||||
pydicom
|
||||
django-dbbackup
|
||||
django-hashedfilenamestorage
|
||||
#django-hashedfilenamestorage
|
||||
git+https://github.com/allysonbarros/django-hashedfilenamestorage#egg=django-hashedfilenamestorage
|
||||
djangorestframework
|
||||
django-tinymce
|
||||
django-zipview
|
||||
@@ -31,5 +33,5 @@ rich
|
||||
bs4
|
||||
django-htmx
|
||||
debugpy
|
||||
django-cookie-consent
|
||||
git+https://github.com/jazzband/django-cookie-consent#django-cookie-consent
|
||||
django-crispy-forms
|
||||
Reference in New Issue
Block a user