index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2016-06-04
Fixed #24781 -- Fixed repr() for lazy objects.
Chesco Igual
2016-05-30
Refs #26653 -- Fixed a feedgenerator test that requires a database query on P...
Tim Graham
2016-05-30
Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.
Ketan Bhatt
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-04-20
Fixed #26281 -- Added a helpful error message for an invalid format specifier...
Marko Benko
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-23
Fixed typos in tests/utils_tests/test_ipv6.py test names.
Tim Graham
2016-03-23
Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.
Amine Yaiche
2016-03-04
Added safety to URL decoding in is_safe_url() on Python 2
Claude Paroz
2016-03-04
Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
Claude Paroz
2016-03-01
Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-02-25
Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().
Nick Malakhov
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
Cosmetic cleanups in tests/utils_tests/test_numberformat.py
Tim Graham
2016-01-26
Fixed #26122 -- Fixed copying a LazyObject
Ben Kraft
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-05
Skipped a dateformat test on Windows as needed.
Tim Graham
2016-01-05
Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Denis Cornehl
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-07
Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-10-03
Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Ben Kraft
2015-09-23
Refs #23613 -- Removed django.utils.checksums per deprecation timeline.
Tim Graham
2015-09-23
Refs #23269 -- Removed the removetags template tag and related functions per ...
Tim Graham
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
[prev]
[next]