django/django/utils
Kevin Christopher Henry 4ef0e019b7 Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
..
translation Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). 2016-08-25 16:12:40 -04:00
__init__.py
_os.py
archive.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
autoreload.py
baseconv.py
cache.py Fixed #26567 -- Updated references to obsolete RFC2616. 2016-05-03 11:14:40 -04:00
crypto.py
datastructures.py
dateformat.py Fixed #26580 -- Updated references to obsolete RFC 2822. 2016-05-10 11:24:51 -04:00
dateparse.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
dates.py
datetime_safe.py
deconstruct.py
decorators.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
deprecation.py Fixed #27154 -- Allowed comparing CallableBool with bitwise or. 2016-08-31 08:27:37 -04:00
duration.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
encoding.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
feedgenerator.py Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. 2016-05-30 18:36:15 -04:00
formats.py Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers. 2016-02-09 13:07:33 -05:00
functional.py Fixed #24781 -- Fixed repr() for lazy objects. 2016-06-04 19:13:00 -04:00
glob.py
html.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04: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
ipv6.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
itercompat.py
jslex.py
log.py Stopped truncating AdminEmailHandler message subjects 2016-05-10 18:17:43 +02:00
lorem_ipsum.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
lru_cache.py
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
safestring.py Fixed #10107 -- Allowed using mark_safe() as a decorator. 2016-06-07 12:24:03 -04:00
six.py Updated six to 1.10.0. 2015-11-10 22:05:48 -05:00
synch.py
termcolors.py Removed redundant termcolors. 2015-11-18 10:26:39 -05:00
text.py Fixed #26866 -- Added format_lazy function 2016-08-24 18:18:17 +02:00
timesince.py
timezone.py Fixed #25181 -- Added localdate() function to get date in a different time zone. 2016-08-31 17:19:33 -07: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