mirror of
https://github.com/ansible/awx.git
synced 2026-04-28 05:05:25 -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.