django1/django/utils
Collin Anderson 5659015d3c
Optimized lazy wrappers a bit.
This avoids an extra __getattribute__() call for self._wrapped.
2022-03-03 06:19:11 +01:00
..
translation Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
__init__.py
_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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
deprecation.py Fixed #33518 -- Added RemovedAfterNextVersionWarning. 2022-02-21 06:23:41 +01:00
duration.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
encoding.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
feedgenerator.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
formats.py Refs #32873 -- Avoided looking up settings._USE_L10N_INTERNAL twice. 2022-02-22 20:26:51 +01: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 Removed unnecessary str type from @keep_lazy decorator for escape()/escapejs(). 2022-02-21 09:46:39 +01:00
http.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
regex_helper.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
safestring.py Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects. 2022-02-21 10:11:26 +01: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
timezone.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
topological_sort.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tree.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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