django/django/utils
SaJH a9fe98d5bd
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #35533 -- Prevented urlize creating broken links given a markdown link input.
Signed-off-by: SaJH <wogur981208@gmail.com>
2025-08-28 08:54:56 +02:00
..
translation Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
__init__.py
_os.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
archive.py Removed double spaces after periods and within phrases. 2025-07-23 10:09:43 -03:00
asyncio.py Fixed #34233 -- Dropped support for Python 3.8 and 3.9. 2023-01-18 09:46:01 +01:00
autoreload.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
cache.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
choices.py Fixed #35766 -- Handled slices in BaseChoiceIterator. 2024-09-18 16:45:53 +02:00
connection.py Made closing in connection handlers more DRY. 2022-05-12 15:13:51 +02:00
copy.py Refs #35704 -- Used copy.replace() in Operation.reduce() methods. 2025-02-16 19:32:36 +01:00
crypto.py Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in favor of hmac.compare_digest()." 2025-08-27 10:50:50 +02:00
csp.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
datastructures.py Fixed #36410 -- Added support for Template Partials to the Django Template Language. 2025-08-14 21:53:14 -03:00
dateformat.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
dateparse.py Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 2025-02-18 08:35:36 +01:00
dates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
deconstruct.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
decorators.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
deprecation.py Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify deprecation of positional arguments. 2025-07-16 08:49:03 -03:00
duration.py Used more augmented assignment statements. 2022-10-31 12:30:13 +01:00
encoding.py Refs #34986 -- Avoided pickling error in DjangoUnicodeDecodeError. 2023-11-27 10:37:29 +01:00
feedgenerator.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
formats.py Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
functional.py Refs #28909 -- Simplified code using unpacking generalizations. 2025-03-31 22:43:13 -03:00
hashable.py Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable(). 2023-11-24 12:06:29 +01:00
html.py Fixed #35533 -- Prevented urlize creating broken links given a markdown link input. 2025-08-28 08:54:56 +02:00
http.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
inspect.py Fixed #35179 -- Made admindocs detect positional/keyword-only arguments. 2024-02-14 13:17:40 +01:00
ipv6.py Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash for non-string values. 2025-01-15 13:46:06 -03:00
log.py Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). 2025-06-04 08:33:30 -03:00
lorem_ipsum.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
module_loading.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
numberformat.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
regex_helper.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
safestring.py Fixed #35648 -- Raised NotImplementedError in SafeString.__add__ for non-string RHS. 2024-08-12 14:25:05 -03:00
termcolors.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
text.py Fixed #36341 -- Preserved whitespaces in wordwrap template filter. 2025-04-23 16:14:03 -03:00
timesince.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
timezone.py Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 2025-02-18 08:35:36 +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 #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc. 2025-02-18 08:35:36 +01:00
xmlutils.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00