summaryrefslogtreecommitdiff
path: root/tests/utils_tests
AgeCommit message (Expand)Author
2018-08-01[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMidd...Andreas Hug
2018-07-23[2.1.x] Refs #29514 -- Added test for get_default_timezone()/timezone.utc equ...Carlton Gibson
2018-07-19[2.1.x] Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
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
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-11Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url().Jon Dufresne
2018-01-02Refs #28965 -- Deprecated unused django.utils.http.cookie_date().Tim Graham
2017-12-28Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...Sergey Fedoseev
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-11-06Fixed #28501 -- Fixed "python -m django runserver" crash.Yusuke Miyazaki
2017-11-06Added RestartWithReloaderTests.Yusuke Miyazaki
2017-10-24Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.medmunds
2017-10-12Fixed #28679 -- Fixed urlencode()'s handling of bytes.François Freitag
2017-10-10Split django.utils.http tests into separate test classes.François Freitag
2017-09-28Fixed #28629 -- Made tree.Node instances hashable.Mariusz Felisiak
2017-09-27Added a test for pbkdf2()'s default digest algorithm.Mads Jensen
2017-09-22Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.Tim Graham
2017-09-22Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().Tim Graham
2017-09-21Added test for too large input to django.utils.http.base36_to_int().Mads Jensen
2017-09-02Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.LBerrocal
2017-07-12Refs #28389 -- Added release note and test for pickling of LazyObject when wr...Sergey Fedoseev
2017-07-03Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...Matthew Schinckel
2017-07-03Refs #27804 -- Used subTest() in dateparse tests.Matthew Schinckel
2017-06-29Refs #28280 -- Added more tests for utils.numberformat.format().Wil Tan
2017-06-20Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...Georg Sauthoff
2017-06-08Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...Thomas Khyn
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-10Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.UmanShahzad
2017-04-26Refs #20094 -- Removed obsolete tests/utils_tests/test_itercompat.pyTim Graham
2017-04-11Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError.petedmarsh
2017-04-04Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04Updated tests after French translation updateClaude Paroz
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-03-04Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.Tim Graham
2017-02-24Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...Pavlo Kapyshin
2017-02-23Refs #11964 -- Made Q objects deconstructible.Ian Foote
2017-02-22Completed test coverage for django.utils.encoding.Tim Graham
2017-02-09Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-03Removed an untested and broken branch in force_bytes() (refs #6353).Tim Graham
2017-02-03Added a test for force_text()'s DjangoUnicodeDecodeError path.Tim Graham
2017-02-02Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escapeClaude Paroz