django/django/utils
Baptiste Mispelon 3754f4ad41 Fix #21185: Added tests for unescape_entities.
Also fixed a py3 incompatibility.
Thanks to brutasse for the report.
2013-09-27 17:00:42 +02:00
..
2to3_fixes
translation Fixed #21078 -- Handled additional bad Accept-Language header 2013-09-09 15:19:09 -04:00
__init__.py
_os.py Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
archive.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
autoreload.py Fixed #21049 -- Fixed autoreload for Python 3 2013-09-06 14:37:43 -05:00
baseconv.py
cache.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
checksums.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
crypto.py Fixed #21138 -- Increased the performance of our PBKDF2 implementation. 2013-09-24 21:06:26 +02:00
daemonize.py
datastructures.py Fixed #15625 -- Made message in MultiValueDictKeyError less verbose. 2013-09-18 06:44:38 -04:00
dateformat.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
dateparse.py Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
dates.py
datetime_safe.py
decorators.py
deprecation.py
dictconfig.py Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
encoding.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
feedgenerator.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
formats.py Moved a settings usage up the stack in utils/formats.py #unsettings 2013-09-06 17:01:36 -05:00
functional.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
html.py Fixed #20364 -- Changed urlize regexes to include quotation marks as punctation. 2013-09-25 22:17:22 +02:00
html_parser.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
http.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
image.py Correctly format missing Pillow/PIL exceptions messages. refs #19934 2013-08-21 22:30:02 +01:00
importlib.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
ipv6.py
itercompat.py
jslex.py
log.py Fixed #20844 -- Made AdminEmailHandler respect LOGGING 'formatter' setting. 2013-09-13 07:27:54 -04:00
module_loading.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -04:00
numberformat.py
regex_helper.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
safestring.py
six.py Updated six to version 1.4.1. 2013-09-04 15:21:24 -05:00
synch.py
termcolors.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
text.py Fix #21185: Added tests for unescape_entities. 2013-09-27 17:00:42 +02:00
timesince.py
timezone.py Fixed #17262 -- Refactored tzinfo implementations. 2013-09-09 22:32:51 +02:00
tree.py
tzinfo.py Fixed #17262 -- Refactored tzinfo implementations. 2013-09-09 22:32:51 +02:00
unittest.py
version.py
xmlutils.py