django/django
Jon Dufresne c82893cb8c Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
django.utils.http.urlsafe_base64_encode() now returns a string, not a
bytestring. Since URLs are represented as strings,
urlsafe_base64_encode() should return a string. All uses immediately
decoded the bytestring to a string anyway.

As the inverse operation, urlsafe_base64_decode() accepts a string.
2018-10-10 14:38:22 -04:00
..
apps Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
bin
conf Updated translations from Transifex 2018-09-29 17:11:49 +02:00
contrib Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. 2018-10-10 14:38:22 -04:00
core Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
db Simplified handling of DurationField values on MySQL/MariaDB. 2018-10-09 10:38:42 -04:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms
http Normalized spelling of "lowercase" and "lowercased". 2018-09-25 10:30:18 -04:00
middleware Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged. 2018-09-08 11:46:13 -04:00
template Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
templatetags
test Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
urls Fixed #29775 -- Fixed URL converters in a nested namespaced path. 2018-10-04 11:42:27 -04:00
utils Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. 2018-10-10 14:38:22 -04:00
views Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
__init__.py
__main__.py
shortcuts.py