File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- VERSION = (1 , 0 , 16 )
1+ VERSION = (1 , 0 , 17 )
22__version__ = "." .join (map (str , VERSION ))
33
44default_app_config = "binary_database_files.apps.DatabaseFilesAppConfig"
Original file line number Diff line number Diff line change 1- Django>=2.2,<3.3
1+ Django>=2.2,<5
Original file line number Diff line number Diff line change 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:}
You can’t perform that action at this time.
0 commit comments