Skip to content

Commit 44c18d8

Browse files
committed
[change] Replaced jsonfield.JSONField with models.JSONField #181
Migrated from the third-party jsonfield package to Django's built-in models.JSONField in sample app. Fixes #181
1 parent e7f839e commit 44c18d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
include_package_data=True,
2020
zip_safe=False,
2121
install_requires=[
22+
"Django>=4.2",
2223
"cryptography~=46.0.3",
2324
],
2425
classifiers=[

0 commit comments

Comments
 (0)