django1/django/utils
Mariusz Felisiak 8e3a72f4fb Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is None.
Restored the behavior before 727d7ce6cb.
2016-12-09 15:31:52 -05:00
..
translation Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Removed rmtree_errorhandler. 2015-02-22 23:09:42 +01:00
archive.py Fixed #26494 -- Made Archive.extract() preserve file permissions. 2016-12-06 08:28:36 -05:00
autoreload.py Made the autoreloader survive all exceptions. 2015-08-29 20:50:00 +02:00
baseconv.py Fixed #27546 -- Removed hardcoded class names in __repr__() methods. 2016-12-01 08:11:09 -05:00
cache.py Fixed #19705 -- Set proper headers on conditional Not Modified responses. 2016-10-12 14:43:25 -04:00
crypto.py Fixed #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05: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 Fixed #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05:00
dateparse.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04: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 Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
duration.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
encoding.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
feedgenerator.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
formats.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
functional.py Fixed #27555 -- Removed django.utils.functional.lazy_property. 2016-11-29 19:01:12 -05:00
glob.py Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
html.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
html_parser.py Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser. 2016-03-26 12:48:29 -04:00
http.py Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
inspect.py Fixed #24917 -- Made admindocs display model methods that take arguments. 2015-09-07 15:07:39 -04: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 Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
log.py Fixed #27271 -- Fixed a crash in runserver logging. 2016-09-27 09:46:07 -04:00
lorem_ipsum.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04: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 Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING. 2016-06-22 17:28:49 -04:00
regex_helper.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
safestring.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
six.py Updated six to 1.10.0. 2015-11-10 22:05:48 -05: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 Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
timesince.py Fixed #19210 -- Added leap year support to django.utils.timesince() 2015-06-04 21:36:12 -04: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 Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
xmlutils.py Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars 2015-06-19 20:54:46 +02:00