summaryrefslogtreecommitdiff
path: root/tests/utils_tests
AgeCommit message (Expand)Author
2017-04-04[1.11.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04[1.11.x] Updated tests after French translation updateClaude Paroz
2017-03-04[1.11.x] Fixed #27900 -- Made escapejs escape backticks for use in ES6 templa...Tim Graham
2017-01-14Fixed #27699 -- Added negative timedelta support to parse_duration()Jinank Jain
2017-01-02Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.vinay karanam
2016-12-28Fixed #27628 -- Fixed unarchiving a file without permission data.Anton Samarchyan
2016-12-27Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham
2016-12-27Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-22Added tests for django.utils.autoreload.Phil Tysoe
2016-12-09Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...Mariusz Felisiak
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-12-06Fixed #26494 -- Made Archive.extract() preserve file permissions.Anton Samarchyan
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87
2016-11-29Fixed #27555 -- Removed django.utils.functional.lazy_property.Adam Chainz
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-07Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...Joachim Jablon
2016-11-01Completed django.utils.timezone test coverage.Tim Graham
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-04Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-09-17Refs #27025 -- Fixed a timezone test for Python 3.6.Tim Graham
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-16Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...Jani Tiainen
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-07Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-08-31Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-24Fixed #26866 -- Added format_lazy functionMattias Loverot
2016-08-19Fixed #26902 -- Allowed is_safe_url() to require an https URL.Przemysław Suliga
2016-08-16Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham
2016-08-09Refs #27025 -- Fixed a couple timezone tests for Python 3.6.Tim Graham
2016-08-02Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibil...Tim Graham
2016-07-21Made miscellaneous code cleanupsDmitry Dygalo
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-14Removed usage of a few deprecated unittest assertions.Ville Skyttä
2016-06-07Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale
2016-06-04Fixed #24781 -- Fixed repr() for lazy objects.Chesco Igual
2016-05-30Refs #26653 -- Fixed a feedgenerator test that requires a database query on P...Tim Graham
2016-05-30Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.Ketan Bhatt
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-04-20Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-23Fixed typos in tests/utils_tests/test_ipv6.py test names.Tim Graham
2016-03-23Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.Amine Yaiche
2016-03-04Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-01Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-25Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().Nick Malakhov