summaryrefslogtreecommitdiff
path: root/tests/utils_tests
AgeCommit message (Expand)Author
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-05-12Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope
2021-05-07Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani
2021-05-04Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan
2021-05-04Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2021-03-22Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-22Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson
2021-03-15Refs #32508 -- Raised ValueError instead of using "assert" in lazy().Hasan Ramezani
2021-03-15Added tests for AssertionErrors in get_complete_version() and _lazy_re_compil...Hasan Ramezani
2021-03-10Refs #24121 -- Added __repr__() to OrderedSet.Nick Pope
2021-03-09Updated Git branch "master" to "main".Markus Holtermann
2021-03-08Fixed #32517 -- Made OrderedSet reversible.Diego Lima
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-04Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak
2021-01-20Fixed isolation of utils_tests.test_autoreload tests.Mariusz Felisiak
2021-01-19Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-18Fixed isolation of test_check_errors_catches_all_exceptions.Mariusz Felisiak
2021-01-14Refs #31359 -- Made get_random_string()'s length argument required.Mariusz Felisiak
2021-01-14Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.Mariusz Felisiak
2021-01-14Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...Mariusz Felisiak
2021-01-14Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...Mariusz Felisiak
2021-01-14Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...Mariusz Felisiak
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2020-12-21Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.starryrbs
2020-12-21Added more assertions for parse_duration() with negative timedeltas.starryrbs
2020-12-21Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani
2020-12-08Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner
2020-11-19Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson
2020-11-12Simplified TimeFormat.g().Nick Pope
2020-11-12Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes
2020-10-30Updated MultiValueDict.update() to mirror dict.update() behavior.Nick Pope
2020-10-30Increased test coverage for django.utils.datastructures.MultiValueDict.Nick Pope
2020-10-30Increased test coverage for django.utils.datastructures.OrderedSet.Mads Jensen
2020-10-05Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette
2020-09-03Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.Nick Pope
2020-07-29Completed test coverage for colorize().David Smith
2020-07-20Used context manager version of tempfile.TemporaryDirectory() in utils_tests....Jon Dufresne
2020-07-20Used temporary directory in RestartWithReloaderTests.test_manage_py().Tom Forbes
2020-07-16Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...Tim Park
2020-06-29Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...Ad Timmering
2020-06-18Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes
2020-06-04Refs #27804 -- Used subTest() in tests.utils_tests.test_text.Jon Dufresne
2020-05-29Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith
2020-05-29Added more tests for slugify().David Smith
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-05-04Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...Rasmus Wriedt Larsen