-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unittests & continuous integration #63
base: master
Are you sure you want to change the base?
Unittests & continuous integration #63
Commits on Oct 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2d12b53 - Browse repository at this point
Copy the full SHA 2d12b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ceca3 - Browse repository at this point
Copy the full SHA 31ceca3View commit details
Commits on Apr 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 491913a - Browse repository at this point
Copy the full SHA 491913aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4ec98 - Browse repository at this point
Copy the full SHA 7d4ec98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9ef94 - Browse repository at this point
Copy the full SHA 2d9ef94View commit details -
Reduce support to currently supported Django versions
As declared upstream at https://www.djangoproject.com/download/#supported-versions Update Trove classifiers and requires/install_requires as a consequence.
Configuration menu - View commit details
-
Copy full SHA for b30328e - Browse repository at this point
Copy the full SHA b30328eView commit details
Commits on Nov 13, 2017
-
Fix declaration of applications URLs in unittests
Make protected_download app known as download through the AppConfig mechanism. Inspired by Michał Pasternak <[email protected]> commits in PR#66.
Configuration menu - View commit details
-
Copy full SHA for 20d8a2c - Browse repository at this point
Copy the full SHA 20d8a2cView commit details -
Fix encoding issue with python3 in sendfile function
six dependency must be added to tox.ini as setup.py will just fail due to version importing code. Atomic commits from PR#66.
Configuration menu - View commit details
-
Copy full SHA for b8d4ae1 - Browse repository at this point
Copy the full SHA b8d4ae1View commit details -
Fix encoding issue with python3 in unittests
Atomic commits from PR#66.
Configuration menu - View commit details
-
Copy full SHA for bb61055 - Browse repository at this point
Copy the full SHA bb61055View commit details -
Fix encoding issue with python3 in xsendfile backend
Atomic commits from PR#66.
Configuration menu - View commit details
-
Copy full SHA for 727bb7c - Browse repository at this point
Copy the full SHA 727bb7cView commit details -
Signed-off-by: Gilles Dartiguelongue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45f6ffe - Browse repository at this point
Copy the full SHA 45f6ffeView commit details -
Drop remaining unicode markers for python2
Since unicode_literals is imported, there is no need to have this explicit string marker. Also, it breaks with python3.2.
Configuration menu - View commit details
-
Copy full SHA for 48b6319 - Browse repository at this point
Copy the full SHA 48b6319View commit details