summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_ipv6.py
AgeCommit message (Expand)Author
2025-01-15Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...Mariusz Felisiak
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
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-02-25Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().Nick Malakhov
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-02Fixing E302 ErrorsJason Myers
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons