1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/django
Tim Graham a1fa0135ec [1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Python 2.
The function implemented most of upath(), but skipped the check for
strings that are already unicode.

Backport of bad6280c4e from master
2015-02-17 08:24:36 -05:00
..
apps [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
bin [1.8.x] Removed django-2to3.py 2015-02-06 08:56:01 -05:00
conf [1.8.x] Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:48:48 +01:00
contrib [1.8.x] Moved contrib.contenttypes tests out of contrib. 2015-02-16 18:06:13 -05:00
core [1.8.x] Refs #24324 -- Fixed makemessages crash when Django is installed in a non-ASCII path. 2015-02-17 08:08:28 -05:00
db [1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in makemigrations. 2015-02-17 08:14:01 -05:00
dispatch [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
forms [1.8.x] Added missing return value to DurationField.prepare_value(); refs #24339. 2015-02-14 18:39:17 -05:00
http [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
middleware [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
template [1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Python 2. 2015-02-17 08:24:36 -05:00
templatetags [1.8.x] Subclassed template.Node instead of Node for consistency. 2015-02-12 08:05:04 -05:00
test [1.8.x] Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:48:48 +01:00
utils [1.8.x] Fixed #24321 -- Improved utils.http.same_origin compliance with RFC6454 2015-02-12 09:01:59 +01:00
views [1.8.x] Fixed a crash of the debug page. 2015-02-10 19:07:07 -05:00
__init__.py Bumped version to 1.8 alpha 1. 2015-01-16 17:06:32 -05:00
shortcuts.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00