django-downloadview/django_downloadview
Peter Marheine 60c1839bf5 Replace use of pkg_resources (setuptools)
Since Python 3.12, setuptools isn't included with Python
and importlib is the recommended replacement, available
since Python 3.8.
2024-07-31 11:41:25 +00:00
..
apache Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
lighttpd Add isort support. 2020-01-07 15:19:22 +01:00
nginx Merge pull request #206 from sevdog/upgrade-middleware-doc 2024-07-30 22:07:22 +10:00
views Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
__init__.py Replace use of pkg_resources (setuptools) 2024-07-31 11:41:25 +00:00
api.py Add isort config. 2020-01-07 15:51:55 +01:00
decorators.py Fix missing function parameter 2020-01-13 17:23:54 +02:00
exceptions.py Remove support for Python 2.7 2020-01-07 15:01:26 +01:00
files.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
io.py Update compatibility for Django 4.0 2021-12-23 13:05:46 +11:00
middlewares.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
response.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
shortcuts.py Add black support. 2020-01-07 15:12:51 +01:00
storage.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
test.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
utils.py Add isort support. 2020-01-07 15:19:22 +01:00