summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_ipv6.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-36/+45
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* 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
* Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().Nick Malakhov2016-02-251-0/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+53