django1/django/utils
Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
..
translation Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__init__.py
_os.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
archive.py Fixed #27628 -- Fixed unarchiving a file without permission data. 2016-12-28 19:14:58 -05:00
autoreload.py Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload. 2016-12-28 08:04:09 -05:00
baseconv.py Fixed #27546 -- Removed hardcoded class names in __repr__() methods. 2016-12-01 08:11:09 -05:00
cache.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
crypto.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
datastructures.py Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is None. 2016-12-09 15:31:52 -05:00
dateformat.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
dateparse.py Fixed #27699 -- Added negative timedelta support to parse_duration() 2017-01-14 11:17:54 +01:00
dates.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datetime_safe.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
deconstruct.py Removed some obsolete absolute_imports. 2015-02-09 13:37:23 -05:00
decorators.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
deprecation.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
duration.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
encoding.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
feedgenerator.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
formats.py Fixed #25753 -- Made get_format() cache the formats from Django settings 2016-12-21 17:40:08 +01:00
functional.py Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy(). 2017-01-17 20:52:02 -05:00
glob.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
html.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
html_parser.py Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser. 2016-03-26 12:48:29 -04:00
http.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
inspect.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
ipv6.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
itercompat.py Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
jslex.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
log.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
lorem_ipsum.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
lru_cache.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
module_loading.py Fixed #25682 -- Removed bare except clauses. 2015-11-17 14:39:15 -05:00
numberformat.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
regex_helper.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
safestring.py Refs #24046 -- Removed mark_for_escaping() per deprecation timeline. 2017-01-17 20:52:04 -05:00
six.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
synch.py Removed threading fallback imports. 2015-01-28 10:23:25 -05:00
termcolors.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
text.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
timesince.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
timezone.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
tree.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
version.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
xmlutils.py Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars 2015-06-19 20:54:46 +02:00