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
2020-07-20
[3.1.x] Used temporary directory in RestartWithReloaderTests.test_manage_py().
Tom Forbes
2020-06-29
[3.1.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() whe...
Ad Timmering
2020-06-18
[3.1.x] Fixed #31716 -- Fixed detection of console scripts in autoreloader on...
Tom Forbes
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
2019-11-22
Fixed #9762 -- Made DateFormat.r() locale-independent.
Baptiste Mispelon
2019-11-22
Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...
Baptiste Mispelon
2019-11-18
Refs #30990 -- Added test for 'z' date format with a leap year.
Baptiste Mispelon
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-10-30
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-28
Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...
Hasan Ramezani
2019-10-21
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
André Ericson
2019-09-30
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
Ad Timmering
2019-09-30
Refs #28690 -- Added more tests for parse_http_date().
Ad Timmering
2019-09-27
Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...
Pablo García
2019-09-10
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...
Mariusz Felisiak
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-08-26
Refs #27804 -- Used subTest() in utils_tests/test_encoding.py.
Jon Dufresne
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-13
Refs #30461 -- Added django.utils._os.to_path().
Claude Paroz
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-08-01
Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...
Florian Apolloner
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-07-31
Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproj...
Nick Pope
2019-07-31
Refs #30160 -- Simplified and improved tests for django.utils.archive.
Nick Pope
2019-07-30
Removed redundant ArchiveTest.test_extract_method() test.
Nick Pope
2019-07-30
Refs #30160 -- Made destination path a required argument of extract().
Nick Pope
2019-07-24
Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...
Tom Forbes
2019-07-24
Removed unused BaseReloader.watch_file().
Mariusz Felisiak
2019-07-23
Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.
Tom Forbes
2019-07-19
Fixed typos in comments and a test name.
Min ho Kim
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-26
Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...
Tom Forbes
2019-06-19
Refs #30485 -- Removed non-representative test that emitted a warning.
Jon Dufresne
[next]