django1/django/utils
Daniel Hahler 29601bca9b Ignored pywatchman.SocketTimeout in Watchman autoreloader.
Bumped minimum supported pywatchman version to 1.2.0.

These exceptions don't require checking a server status.
2019-05-03 13:56:49 +02:00
..
translation Refs #15902 -- Deprecated storing user's language in the session. 2019-02-14 10:23:02 -05:00
__init__.py
_os.py Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath(). 2019-02-05 12:57:11 -05:00
archive.py Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=True). 2019-01-31 12:53:36 -05:00
autoreload.py Ignored pywatchman.SocketTimeout in Watchman autoreloader. 2019-05-03 13:56:49 +02:00
baseconv.py
cache.py Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py. 2018-08-28 08:03:23 -04:00
crypto.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
datastructures.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
dateformat.py
dateparse.py Fixed #30141 -- Fixed parse_duration() for some negative durations. 2019-02-23 18:54:09 -05:00
dates.py
datetime_safe.py Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupported. 2018-08-02 10:20:24 -04:00
deconstruct.py
decorators.py Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias. 2019-02-05 13:00:11 -05:00
deprecation.py Advanced deprecation warnings for Django 3.0. 2019-01-17 11:15:27 -05:00
duration.py Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL. 2017-12-28 17:35:41 -05:00
encoding.py Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text(). 2019-02-06 14:12:06 -05:00
feedgenerator.py Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
formats.py Fixed #29578 -- Made numberformat.format() honor forced l10n usage. 2018-07-19 16:44:40 -04:00
functional.py Refs #27753 -- Removed django.utils.functional.curry(). 2019-02-05 13:00:15 -05:00
hashable.py Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nested in tuples. 2018-10-17 11:17:50 -04:00
html.py Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). 2019-04-25 15:09:07 +02:00
http.py Refs #27753 -- Deprecated django.utils.http urllib aliases. 2019-02-04 18:53:11 -05:00
inspect.py Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound methods. 2018-08-07 17:37:35 -04:00
ipv6.py
itercompat.py
jslex.py
log.py Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
lorem_ipsum.py
module_loading.py Fixed #30116 -- Dropped support for Python 3.5. 2019-01-30 10:19:48 -05:00
numberformat.py Fixed #30363 -- Do not use exponential notation for small decimal numbers. 2019-04-13 14:30:33 +02:00
regex_helper.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
safestring.py Fixed "byte string" typo in various docs and comments. 2019-03-28 10:00:12 +01:00
termcolors.py
text.py Simplified utils.text.StreamingBuffer. 2018-10-04 08:28:03 -04:00
timesince.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
timezone.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
topological_sort.py Refs #30179 -- Moved topological sort functions to django.utils. 2019-02-25 15:44:49 -05:00
tree.py Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists. 2018-10-17 11:34:49 -04:00
version.py
xmlutils.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00