index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
Age
Commit message (
Expand
)
Author
2023-02-01
[4.1.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-05-11
Refs #33173 -- Removed use of deprecated cgi module.
Carlton Gibson
2022-05-09
Refs #33173 -- Fixed test_dateparse tests on Python 3.11+.
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-03-08
Rewrote strip_tags test file to lorem ipsum.
Adam Johnson
2022-03-08
Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().
Mariusz Felisiak
2022-02-21
Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.
Theo Alexiou
2022-02-17
Refs #28358 -- Fixed infinite recursion in LazyObject.__getattribute__().
Matthias Kestenholz
2022-02-16
Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.
Theo Alexiou
2022-02-10
Fixed #26287 -- Added support for addition operations to SimpleLazyObject.
Theo Alexiou
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-29
Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.
Keryn Knight
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2022-01-04
Refs #33216 -- Made @deconstructible do not change path for subclasses.
Allen Jonathan David
2022-01-04
Refs #21275 -- Added more tests for @deconstructible decorator.
Allen Jonathan David
2021-12-20
Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...
mendespedro
2021-12-16
Fixed #30127 -- Deprecated name argument of cached_property().
mgaligniana
2021-12-14
Fixed unescape_string_literal() crash on empty strings.
Florian Apolloner
2021-12-14
Added test for ValueErrors in unescape_string_literal().
Florian Apolloner
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-09-29
Fixed #33027 -- Made autoreloader pass -X options.
Chenyang Yan
2021-09-16
Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3.10+.
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-08-30
Fixed #32992 -- Restored offset extraction for fixed offset timezones.
Carlton Gibson
2021-08-19
Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.
Jonny Park
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-23
Fixed #32913 -- Made watchman reloader tests less flaky.
Nick Pope
2021-07-13
Completed test coverage for django.utils.dateformat.
Nick Pope
2021-07-13
Used subTest() in utils_tests.test_dateformat.
Nick Pope
2021-07-07
Fixed #32904 -- Made parse_time() more strict.
abhiabhi94
2021-07-07
Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...
Shipeng Feng
2021-07-06
Added more tests for parse_time().
Keryn Knight
2021-06-24
Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().
Ben Wilber
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-05-26
Fixed #32669 -- Fixed detection when started non-django modules which aren't ...
Moriyoshi Koizumi
2021-05-26
Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...
Mariusz Felisiak
2021-05-13
Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Simon Charette
2021-05-12
Fixed #32738 -- Deprecated django.utils.datetime_safe module.
Nick Pope
2021-05-12
Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...
Nick Pope
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.
Nick Pope
2021-05-07
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2021-05-04
Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
Karthikeyan Singaravelan
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-10
Fixed #31937 -- Eased translation of time strings in some languages.
Claude Paroz
[next]