Skip to content

Commit d405ffe

Browse files
committed
Allow installation of Django 4
1 parent 7d9e4e6 commit d405ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binary_database_files/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 16)
1+
VERSION = (1, 0, 17)
22
__version__ = ".".join(map(str, VERSION))
33

44
default_app_config = "binary_database_files.apps.DatabaseFilesAppConfig"

pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=2.2,<3.3
1+
Django>=2.2,<5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ deps =
2929
django31: Django>=3.1,<3.2
3030
django32: Django>=3.2,<3.3
3131
django40: Django>=4.0,<4.1
32-
commands = django-admin.py test --traceback --pythonpath=. --settings=binary_database_files.tests.settings binary_database_files.tests.tests.DatabaseFilesTestCase{env:TESTNAME:}
32+
commands = django-admin test --traceback --pythonpath=. --settings=binary_database_files.tests.settings binary_database_files.tests.tests.DatabaseFilesTestCase{env:TESTNAME:}

0 commit comments

Comments
 (0)