- 13 May, 2023 3 commits
-
-
Antonio Morillas authored
Update for Django 4.1, 4.2
-
Antonio Morillas authored
Add Django 4.1 Compatibility
-
Antonio Morillas authored
Checks Django version to make sure.
-
- 09 May, 2023 3 commits
-
-
Antonio Morillas authored
change python 3.6 versison
-
Antonio Morillas authored
Bugfix with Django 4.2
-
Antonio Morillas authored
change `url` by `path`
-
- 15 Apr, 2023 1 commit
-
-
Antonio Morillas authored
from django.core.files.storage import File, Storage ImportError: cannot import name 'File' from 'django.core.files.storage'
-
- 29 Oct, 2022 1 commit
-
-
Dennis Urban authored
-
- 27 Aug, 2022 1 commit
-
-
dani herrera authored
-
- 16 Nov, 2021 5 commits
-
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
gid authored
-
Soner authored
-
- 17 May, 2021 13 commits
-
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Tom Turner authored
-
Dominique Revuz authored
-
Paul J Stevens authored
-
Paul J Stevens authored
-
Paul J Stevens authored
-
Paul J Stevens authored
-
- 14 Jan, 2020 6 commits
-
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Diederik van der Boor authored
-
Michael Wiegand authored
-
Michael Wiegand authored
-
Michael Wiegand authored
As the `deps` for `django21` and `django22` were undefined, `tox` ended up installing the latests version of Django in the environment instead.
-
- 19 Nov, 2019 1 commit
-
-
konradrekon authored
-
- 04 Nov, 2019 3 commits
-
-
Diederik van der Boor authored
-
rboyer-anybox authored
if `request.META["HTTP_USER_AGENT"]` is not set the fallback value should an empty string instead of None or else we get a `TypeError: argument of type 'NoneType' is not iterable` on `if 'WebKit' in user_agent:`
-
Fabio Zoratti authored
Now I raise a django builtin permission denied instead of writing a custom HttpResponse
-
- 30 Jul, 2019 3 commits
-
-
Pavel Savchenko authored
otherwise the coverage env is missing these dependencies
-
Pavel Savchenko authored
-
cometchaser authored
-