summaryrefslogtreecommitdiff
path: root/tests/utils_tests
AgeCommit message (Expand)Author
2019-07-24[2.2.x] Fixed #30647 -- Fixed crash of autoreloader when extra directory cann...Tom Forbes
2019-07-23[2.2.x] Fixed #30506 -- Fixed crash of autoreloader when path contains null c...Tom Forbes
2019-06-26[2.2.x] Fixed #30588 -- Fixed crash of autoreloader when __main__ module does...Tom Forbes
2019-05-29[2.2.x] Fixed #30523 -- Fixed updating file modification times on seen files ...Tom Forbes
2019-05-29[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exception...Tom Forbes
2019-05-28[2.2.x] Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader ...Tom Forbes
2019-04-29[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using St...Tom Forbes
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5...Jacob Green
2019-03-20[2.2.x] Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32...Mariusz Felisiak
2019-03-15[2.2.x] Cleaned up exception message checking in some tests.Jon Dufresne
2019-02-27[2.2.x] Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz
2019-02-27[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-11[2.2.x] Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-02-11[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat....Carlton Gibson
2019-01-28[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-27Fixed #30024 -- Made urlencode() and Client raise TypeError when None is pass...Jon Dufresne
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-19Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger
2018-11-09Fixed #29920 -- Added a test for smart_urlquote()'s UnicodeError branch.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-03Increased test coverage of django.utils.http.Hasan Ramezani
2018-10-17Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and li...aspalding
2018-10-17Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nest...aspalding
2018-10-17Moved make_hashable() to django.utils and added tests.aspalding
2018-10-09Completed FixedOffset test coverage.Hasan Ramezani
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-19Fixed #29772 -- Made LazyObject proxy __lt__() and __gt__().Javier Buzzi
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak
2018-08-07Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...Josh Schneier
2018-08-07Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().Josh Schneier
2018-08-02Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...Tim Graham
2018-08-01Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.Andreas Hug
2018-07-20Fixed #29412 -- Stopped marking slugify() result as HTML safe.Claude Paroz
2018-07-19Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
2018-07-09Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev
2018-07-09Fixed some assertTrue() that were intended to be assertEqual().Sergey Fedoseev
2018-07-09Made test for memoryview handling in force_bytes() more strict.Sergey Fedoseev
2018-06-29Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.Przemysław Suliga
2018-06-28Refs #29514 -- Added test for get_default_timezone()/timezone.utc equality.Carlton Gibson
2018-03-06Added more tests for django.utils.html.urlize().Tim Graham
2018-03-06Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...Tim Graham
2018-03-06Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...Tim Graham
2018-02-10Added tests for utils.html.urlize() (lazy string inputs were untested).Tim Graham
2018-02-07Fixed #17419 -- Added json_tag template filter.Jonas Haag
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak