mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
* Django url validators support ipv6, our custom URLField allow_plain_hostname feature was messing with the hostname before it was passed to Django validators. * This change dodges the allow_plan_hostname transformations if the value looks like it's an ipv6 one.