.. |
translation
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
__init__.py
|
|
|
_os.py
|
Corrected exception type in safe_join()'s docstring.
|
2023-04-20 05:44:01 +02:00 |
archive.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
asyncio.py
|
|
|
autoreload.py
|
Refs #34986 -- Added PyPy support to django.utils.autoreload.get_child_arguments().
|
2023-11-28 06:19:38 +01:00 |
cache.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
choices.py
|
Fixed #34899 -- Added blank choice to forms' callable choices lazily.
|
2023-10-23 13:44:23 -03:00 |
connection.py
|
|
|
crypto.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
datastructures.py
|
|
|
dateformat.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
dateparse.py
|
Removed unneeded escapes in regexes.
|
2023-08-02 19:53:16 +02:00 |
dates.py
|
|
|
deconstruct.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
decorators.py
|
Refs #31949 -- Made make_middleware_decorator to work with async functions.
|
2023-09-13 11:41:01 +02:00 |
deprecation.py
|
Advanced deprecation warnings for Django 5.2.
|
2024-05-22 15:44:07 -03:00 |
duration.py
|
|
|
encoding.py
|
Refs #34986 -- Avoided pickling error in DjangoUnicodeDecodeError.
|
2023-11-27 10:37:29 +01:00 |
feedgenerator.py
|
Fixed #12978 -- Added support for RSS feed stylesheets.
|
2024-06-18 17:25:43 +02:00 |
formats.py
|
|
|
functional.py
|
Allowed custom formatting of lazy() objects.
|
2023-06-12 06:09:20 +02:00 |
hashable.py
|
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
|
2023-11-24 12:06:29 +01:00 |
html.py
|
Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset.
|
2024-03-14 05:56:22 +01:00 |
http.py
|
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
|
2024-05-29 10:48:27 -03:00 |
inspect.py
|
Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.
|
2024-02-14 13:17:40 +01:00 |
ipv6.py
|
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
|
2023-11-24 05:46:17 +01:00 |
itercompat.py
|
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
|
2023-11-24 12:06:29 +01:00 |
jslex.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
log.py
|
Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily.
|
2024-04-12 10:37:28 +02:00 |
lorem_ipsum.py
|
|
|
module_loading.py
|
|
|
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
|
|
|
termcolors.py
|
|
|
text.py
|
Refs #30686 -- Removed unused regexes in django.utils.text.
|
2024-02-15 08:39:14 +01:00 |
timesince.py
|
Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on different days and interval less than 1 day.
|
2023-04-14 17:41:03 +02:00 |
timezone.py
|
|
|
tree.py
|
|
|
version.py
|
Removed PY36 and PY37 version constants.
|
2024-05-16 18:37:32 +02:00 |
xmlutils.py
|
|
|