summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-162-38/+65
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+1
* Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson2021-08-301-0/+25
* Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park2021-08-191-1/+6
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-16/+16
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-2/+2
* Fixed #32913 -- Made watchman reloader tests less flaky.Nick Pope2021-07-231-1/+1
* Completed test coverage for django.utils.dateformat.Nick Pope2021-07-131-16/+79
* Used subTest() in utils_tests.test_dateformat.Nick Pope2021-07-131-35/+50
* Fixed #32904 -- Made parse_time() more strict.abhiabhi942021-07-071-3/+5
* Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...Shipeng Feng2021-07-071-0/+4
* Added more tests for parse_time().Keryn Knight2021-07-061-0/+5
* Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().Ben Wilber2021-06-241-0/+3
* Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek2021-06-071-29/+32
* Fixed #32669 -- Fixed detection when started non-django modules which aren't ...Moriyoshi Koizumi2021-05-262-1/+10
* Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...Mariusz Felisiak2021-05-261-0/+11
* Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette2021-05-131-0/+5
* Fixed #32738 -- Deprecated django.utils.datetime_safe module.Nick Pope2021-05-121-2/+5
* Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...Nick Pope2021-05-121-12/+2
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-122-20/+34
* Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope2021-05-121-1/+5
* Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani2021-05-071-3/+8
* Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan2021-05-041-1/+1
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-041-0/+8
* Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz2021-04-101-1/+6
* Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson2021-03-221-0/+10
* Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson2021-03-221-2/+31
* Refs #32508 -- Raised ValueError instead of using "assert" in lazy().Hasan Ramezani2021-03-151-0/+6
* Added tests for AssertionErrors in get_complete_version() and _lazy_re_compil...Hasan Ramezani2021-03-151-0/+11
* Refs #24121 -- Added __repr__() to OrderedSet.Nick Pope2021-03-101-0/+4
* Updated Git branch "master" to "main".Markus Holtermann2021-03-091-1/+1
* Fixed #32517 -- Made OrderedSet reversible.Diego Lima2021-03-081-1/+6
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-102-70/+5
* Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak2021-02-041-1/+22
* Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak2021-02-015-0/+21
* Fixed isolation of utils_tests.test_autoreload tests.Mariusz Felisiak2021-01-201-4/+10
* Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle2021-01-191-4/+78
* Fixed isolation of test_check_errors_catches_all_exceptions.Mariusz Felisiak2021-01-181-2/+5
* Refs #31359 -- Made get_random_string()'s length argument required.Mariusz Felisiak2021-01-141-15/+2
* Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.Mariusz Felisiak2021-01-141-13/+4
* Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...Mariusz Felisiak2021-01-141-28/+1
* Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...Mariusz Felisiak2021-01-141-24/+0
* Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...Mariusz Felisiak2021-01-141-23/+3
* 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