summaryrefslogtreecommitdiff
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-0/+4
* Refactored autoreload tests.Aymeric Augustin2015-08-291-43/+70
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-0/+40
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-4/+9
* Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()darkryder2015-07-091-0/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-5/+5
* Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek2015-06-231-0/+24
* Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert2015-06-131-0/+15
* Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert2015-06-121-1/+39
* Fixed ImportError message in utils.module_loading.import_string()Tomasz Kontusz2015-06-061-1/+3
* Fixed #19210 -- Added leap year support to django.utils.timesince()Raphael Michel2015-06-041-0/+4
* Fixed #24728 -- Renamed mime_type to content_type for syndication feedsRaphael Michel2015-06-041-2/+2
* Fixed #24897 -- Allowed using choices longer than 1 day with DurationFieldzauddelig2015-06-021-0/+14
* Fixed #24836 -- Made force_text() resolve lazy objects.Tim Graham2015-05-271-0/+5
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-205-12/+12
* Factored skip condition when pytz isn't installed.Aymeric Augustin2015-05-171-4/+6
* Removed redundant list() calls.Tim Graham2015-05-161-3/+3
* Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton2015-04-241-0/+34
* Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert2015-03-271-4/+67
* Made is_safe_url() reject URLs that start with control characters.Tim Graham2015-03-181-1/+3