- 05 Feb, 2019 6 commits
-
-
Jelle van der Waa authored
Add support to use the Django debug toolbar with an easy setting in local_settings.py. Closes: #174
-
Jelle van der Waa authored
-
Jelle van der Waa authored
templates/public/about: remove unsupported section
-
Jelle van der Waa authored
-
Jelle van der Waa authored
added docker section to /downloads
-
Jelle van der Waa authored
Some py3 fixes and some refactoring
-
- 03 Feb, 2019 1 commit
-
-
Felix Yan authored
Fix a typo in donor_import.py
-
- 01 Feb, 2019 3 commits
-
-
Aleksandar Trifunovic authored
-
Aleksandar Trifunovic authored
-
Aleksandar Trifunovic authored
-
- 29 Jan, 2019 1 commit
-
-
Felix Yan authored
-
- 28 Jan, 2019 6 commits
-
-
Jelle van der Waa authored
Enable X-Content-Type-Options to prevent a browser from sniffing the MIME type if the content type is not set. Enable cross site filter protection supported by most browsers.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Instead of using a python module use the build-in mock and remove the module from requirements.txt
-
Jelle van der Waa authored
MarkupSafe was last used in 353f803c, but obsolete since we now use Django for making markup safe.
-
Jelle van der Waa authored
Switch to Django 2.x with Python 3.7
-
- 23 Jan, 2019 1 commit
-
-
Rowan Ruseler authored
-
- 21 Jan, 2019 22 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Add test cases for 404 and 404 variant url exceptions.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Two functions where called test_valid, rename one.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
urllib2 has been renamed to urllib and the module layout is changed, update the code to reflect these changes in Python 3
-
Jelle van der Waa authored
-
-
Jelle van der Waa authored
This reverts commit bb18fa33.
-
Jelle van der Waa authored
Update to the latest version for Python 3 compatibiity.
-
Revisited earlier commit where email subject lines with potentially mixed encoding are joined into a single string. This fix brings in the 'codecs' import to decode bytes to string using either the passed encoding (if provided) or otherwise utf-8. Changed the test_donor_import to no longer convert the Header to a string and instead leave it as a byte array.
-
Under Python 3, the error message that is expected to be returned has changed. This fixes the 'expected' error so that the test succeeds and fails as required.
-
By reordering INSTALLED_APPS, a large amount of false positives that were generated during automated tests are avoided. This is the stated (and otherwise harmless) work-around as per the Django bug: https://code.djangoproject.com/ticket/10827
-
* Fixed issue with string concatenation that fails under Python 3 * Fixed issue with concatenating strings with potentially mixed encoding. All strings are now first converted to UTF-8 and then concatenated.
-
In several places the README references python2, these have all been replaced with python or python3, where applicable.
-