index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
Age
Commit message (
Expand
)
Author
2019-07-31
[1.11.x] Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django....
Florian Apolloner
2019-07-29
[1.11.x] Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in ...
Florian Apolloner
2019-07-29
[1.11.X] Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues ...
Florian Apolloner
2019-02-11
[1.11.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat...
Carlton Gibson
2018-07-25
[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMid...
Andreas Hug
2018-02-27
[1.11.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.uti...
Tim Graham
2018-02-27
[1.11.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and...
Tim Graham
2017-08-31
[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodi...
Mark Rogaski
2017-07-15
[1.11.x] Refs #28174 -- Fixed autoreload test crash on Python 2/non-ASCII path.
Tim Graham
2017-07-13
[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ...
Mark Rogaski
2017-07-12
[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrappe...
Sergey Fedoseev
2017-05-10
[1.11.x] Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
UmanShahzad
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 update
Claude Paroz
2017-03-04
[1.11.x] Fixed #27900 -- Made escapejs escape backticks for use in ES6 templa...
Tim Graham
2017-01-14
Fixed #27699 -- Added negative timedelta support to parse_duration()
Jinank Jain
2017-01-02
Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
vinay karanam
2016-12-28
Fixed #27628 -- Fixed unarchiving a file without permission data.
Anton Samarchyan
2016-12-27
Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.
Tim Graham
2016-12-27
Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Mariusz Felisiak
2016-12-22
Added tests for django.utils.autoreload.
Phil Tysoe
2016-12-09
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...
Mariusz Felisiak
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-06
Fixed #26494 -- Made Archive.extract() preserve file permissions.
Anton Samarchyan
2016-12-01
Refs #27546 -- Tested some __repr__() methods.
Keda87
2016-11-29
Fixed #27555 -- Removed django.utils.functional.lazy_property.
Adam Chainz
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-07
Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...
Joachim Jablon
2016-11-01
Completed django.utils.timezone test coverage.
Tim Graham
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-04
Fixed #27309 -- Added CallableBool.__hash__().
Reto Aebersold
2016-09-17
Refs #27025 -- Fixed a timezone test for Python 3.6.
Tim Graham
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-16
Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...
Jani Tiainen
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2016-09-07
Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts
Jon Dufresne
2016-08-31
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-08-31
Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Olexander Yermakov
2016-08-24
Fixed #26866 -- Added format_lazy function
Mattias Loverot
2016-08-19
Fixed #26902 -- Allowed is_safe_url() to require an https URL.
Przemysław Suliga
2016-08-16
Replaced 'raise SkipTest' with self.skipTest() in a few tests.
Tim Graham
2016-08-09
Refs #27025 -- Fixed a couple timezone tests for Python 3.6.
Tim Graham
2016-08-02
Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibil...
Tim Graham
2016-07-21
Made miscellaneous code cleanups
Dmitry Dygalo
2016-07-14
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
Will Hardy
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-14
Removed usage of a few deprecated unittest assertions.
Ville Skyttä
2016-06-07
Fixed #10107 -- Allowed using mark_safe() as a decorator.
Scott Vitale
[next]