summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* Completed django.utils.timezone test coverage.Tim Graham2016-11-011-0/+35
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-272-76/+9
* Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold2016-10-041-0/+4
* Refs #27025 -- Fixed a timezone test for Python 3.6.Tim Graham2016-09-171-2/+8
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-172-5/+5
* Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...Jani Tiainen2016-09-161-0/+18
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-101-6/+11
* Refs #26956 -- Allowed is_safe_url() to validate against multiple hostsJon Dufresne2016-09-071-9/+21
* Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne2016-08-311-2/+26
* Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov2016-08-311-0/+11
* Fixed #26866 -- Added format_lazy functionMattias Loverot2016-08-241-1/+23
* Fixed #26902 -- Allowed is_safe_url() to require an https URL.Przemysław Suliga2016-08-191-0/+18
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-161-1/+1
* Refs #27025 -- Fixed a couple timezone tests for Python 3.6.Tim Graham2016-08-091-6/+18
* Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibil...Tim Graham2016-08-021-0/+16
* Made miscellaneous code cleanupsDmitry Dygalo2016-07-211-2/+1
* Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy2016-07-141-1/+39
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-165-18/+18
* Removed usage of a few deprecated unittest assertions.Ville Skyttä2016-06-141-3/+3
* Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale2016-06-071-0/+30
* Fixed #24781 -- Fixed repr() for lazy objects.Chesco Igual2016-06-041-0/+15
* Refs #26653 -- Fixed a feedgenerator test that requires a database query on P...Tim Graham2016-05-301-2/+7
* Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.Ketan Bhatt2016-05-301-3/+9
* Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham2016-05-101-1/+6
* Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko2016-04-201-0/+11
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-086-243/+270
* Fixed typos in tests/utils_tests/test_ipv6.py test names.Tim Graham2016-03-231-2/+2
* Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.Amine Yaiche2016-03-231-0/+2
* Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-041-1/+1
* Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-041-0/+12
* Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-011-0/+12
* Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().Nick Malakhov2016-02-251-0/+2
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-292-7/+7
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-4/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-296-21/+40
* Cosmetic cleanups in tests/utils_tests/test_numberformat.pyTim Graham2016-01-291-23/+21
* Fixed #26122 -- Fixed copying a LazyObjectBen Kraft2016-01-261-7/+78
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-1/+2
* Skipped a dateformat test on Windows as needed.Tim Graham2016-01-051-0/+3
* Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.Denis Cornehl2016-01-051-1/+3
* Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti2015-12-123-7/+36
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-032-3/+3
* Fixed debug view crash during autumn DST change.Aymeric Augustin2015-11-071-0/+17
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft2015-10-032-0/+96
* Refs #23613 -- Removed django.utils.checksums per deprecation timeline.Tim Graham2015-09-231-33/+0
* Refs #23269 -- Removed the removetags template tag and related functions per ...Tim Graham2015-09-231-31/+1
* Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.Matt Robenolt2015-09-161-25/+19
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-126-23/+62
* Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle2015-09-071-0/+35
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-0/+16