index
:
django.git
fix-31295
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
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-04
Skipped test_archive tests when bz2/lzma module is not installed.
Mariusz Felisiak
2021-02-01
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...
Mariusz Felisiak
2021-01-20
Fixed isolation of utils_tests.test_autoreload tests.
Mariusz Felisiak
2021-01-19
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-18
Fixed isolation of test_check_errors_catches_all_exceptions.
Mariusz Felisiak
2021-01-14
Refs #31359 -- Made get_random_string()'s length argument required.
Mariusz Felisiak
2021-01-14
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...
Mariusz Felisiak
2021-01-05
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2020-12-21
Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.
starryrbs
2020-12-21
Added more assertions for parse_duration() with negative timedeltas.
starryrbs
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-11-19
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...
Carlton Gibson
2020-11-12
Simplified TimeFormat.g().
Nick Pope
2020-11-12
Fixed #32149 -- Added support for years < 1000 to DateFormat.y().
Sam
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2020-10-30
Updated MultiValueDict.update() to mirror dict.update() behavior.
Nick Pope
2020-10-30
Increased test coverage for django.utils.datastructures.MultiValueDict.
Nick Pope
2020-10-30
Increased test coverage for django.utils.datastructures.OrderedSet.
Mads Jensen
2020-10-05
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-07-29
Completed test coverage for colorize().
David Smith
2020-07-20
Used context manager version of tempfile.TemporaryDirectory() in utils_tests....
Jon Dufresne
2020-07-20
Used temporary directory in RestartWithReloaderTests.test_manage_py().
Tom Forbes
2020-07-16
Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...
Tim Park
2020-06-29
Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...
Ad Timmering
2020-06-18
Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.
Tom Forbes
2020-06-04
Refs #27804 -- Used subTest() in tests.utils_tests.test_text.
Jon Dufresne
2020-05-29
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-29
Added more tests for slugify().
David Smith
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-05-04
Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...
Rasmus Wriedt Larsen
2020-04-30
Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.
Hasan Ramezani
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2020-02-26
Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...
Hasan Ramezani
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2020-01-27
Refs #27468 -- Added algorithm parameter to django.utils.crypto.salted_hmac().
Claude Paroz
2020-01-15
Refs #27468 -- Added explicit tests for django.utils.crypto.salted_hmac()
Claude Paroz
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-12-27
Increased test coverage of django.utils.inspect.
Mads Jensen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-11-27
Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...
Farhaan Bukhsh
2019-11-27
Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...
Farhaan Bukhsh
[next]