summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson2021-03-221-0/+10
* [3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson2021-03-221-2/+31
* [3.2.x] Updated Git branch "master" to "main".Markus Holtermann2021-03-091-1/+1
* [3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope2021-02-191-14/+29
* [3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak2021-02-015-0/+21
* [3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-4/+78
* Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz2021-01-052-1/+13
* Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.starryrbs2020-12-211-0/+4
* Added more assertions for parse_duration() with negative timedeltas.starryrbs2020-12-211-0/+6
* Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani2020-12-211-0/+5
* Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner2020-12-081-0/+10
* Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson2020-11-191-5/+5
* Simplified TimeFormat.g().Nick Pope2020-11-121-0/+16
* Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam2020-11-121-0/+13
* Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes2020-11-051-0/+22
* Updated MultiValueDict.update() to mirror dict.update() behavior.Nick Pope2020-10-301-0/+29
* Increased test coverage for django.utils.datastructures.MultiValueDict.Nick Pope2020-10-301-24/+78
* Increased test coverage for django.utils.datastructures.OrderedSet.Mads Jensen2020-10-301-0/+26
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-051-1/+2
* Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.Nick Pope2020-09-031-3/+69
* Completed test coverage for colorize().David Smith2020-07-291-0/+24
* Used context manager version of tempfile.TemporaryDirectory() in utils_tests....Jon Dufresne2020-07-201-18/+16
* Used temporary directory in RestartWithReloaderTests.test_manage_py().Tom Forbes2020-07-201-8/+11
* Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...Tim Park2020-07-161-2/+30
* Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask ...Ad Timmering2020-06-291-1/+1
* Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes2020-06-181-0/+53
* Refs #27804 -- Used subTest() in tests.utils_tests.test_text.Jon Dufresne2020-06-041-8/+13
* Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith2020-05-291-0/+4
* Added more tests for slugify().David Smith2020-05-291-0/+3
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-51/+67
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-2/+2
* Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...Rasmus Wriedt Larsen2020-05-041-2/+2
* Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.Hasan Ramezani2020-04-301-0/+2
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz2020-03-111-2/+15
* Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani2020-02-261-4/+24
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-0/+6
* Used assertRaisesMessage() in various tests.Hasan Ramezani2020-02-071-2/+1
* Refs #27468 -- Added algorithm parameter to django.utils.crypto.salted_hmac().Claude Paroz2020-01-271-2/+25
* Refs #27468 -- Added explicit tests for django.utils.crypto.salted_hmac()Claude Paroz2020-01-151-1/+20
* Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn2019-12-301-0/+1
* Increased test coverage of django.utils.inspect.Mads Jensen2019-12-271-0/+8
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-111-2/+2
* Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh2019-11-271-0/+4
* Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh2019-11-271-0/+2
* Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon2019-11-221-1/+10
* Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon2019-11-221-1/+1
* Refs #30990 -- Added test for 'z' date format with a leap year.Baptiste Mispelon2019-11-181-0/+3
* Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne2019-11-051-4/+4
* Refs #28428 -- Made filepath_to_uri() support pathlib.Path.Hasan Ramezani2019-10-301-0/+3