django1/django/utils
Jimmy Angelakos 07ebef566f Refs #34000 -- Optimized handling None values in numberformat.format(). 2022-09-12 13:02:50 +02:00
..
translation Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive. 2022-06-20 07:40:28 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
archive.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
asyncio.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
autoreload.py Refs #30213 -- Removed post-startup check for Watchman availability. 2022-08-11 11:02:03 +02:00
baseconv.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
cache.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
connection.py Made closing in connection handlers more DRY. 2022-05-12 15:13:51 +02:00
crypto.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datastructures.py Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for dicts. 2022-02-23 20:15:22 +01:00
dateformat.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
dateparse.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
dates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datetime_safe.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
deconstruct.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
decorators.py Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
deprecation.py Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin." 2022-07-26 11:41:19 +02:00
duration.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
encoding.py Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale(). 2022-03-08 13:17:05 +01:00
feedgenerator.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
formats.py Fixed #33748 -- Fixed date template filter crash with lazy format. 2022-05-31 06:09:39 +02:00
functional.py Optimized lazy wrappers a bit. 2022-03-03 06:19:11 +01:00
hashable.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
html.py Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_script(). 2022-06-28 10:54:38 +02:00
http.py Updated vendored _urlsplit() to strip newline and tabs. 2022-07-01 08:48:38 +02:00
inspect.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
ipv6.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
itercompat.py Refs #27656 -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
jslex.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
log.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
lorem_ipsum.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
module_loading.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
numberformat.py Refs #34000 -- Optimized handling None values in numberformat.format(). 2022-09-12 13:02:50 +02:00
regex_helper.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
safestring.py Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
termcolors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
text.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
timesince.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
timezone.py Fixed #33654 -- Added localdate to utils.timezone.__all__. 2022-04-20 09:59:48 +02:00
topological_sort.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tree.py Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects. 2022-07-27 10:06:24 +02:00
version.py Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+. 2022-02-19 20:36:01 +01:00
xmlutils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00