Loading django/forms/forms.py +1 −1 Original line number Diff line number Diff line Loading @@ -403,7 +403,7 @@ class BaseForm(object): def clean(self): """ Hook for doing any extra form-wide cleaning after Field.clean() been Hook for doing any extra form-wide cleaning after Field.clean() has been called on every field. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field named '__all__'. Loading django/utils/ipv6.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ def clean_ipv6_address(ip_str, unpack_ipv4=False, ip_str: A valid IPv6 address. unpack_ipv4: if an IPv4-mapped address is found, return the plain IPv4 address (default=False). error_message: A error message for in the ValidationError. error_message: An error message used in the ValidationError. Returns: A compressed IPv6 address, or the same value Loading Loading
django/forms/forms.py +1 −1 Original line number Diff line number Diff line Loading @@ -403,7 +403,7 @@ class BaseForm(object): def clean(self): """ Hook for doing any extra form-wide cleaning after Field.clean() been Hook for doing any extra form-wide cleaning after Field.clean() has been called on every field. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field named '__all__'. Loading
django/utils/ipv6.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ def clean_ipv6_address(ip_str, unpack_ipv4=False, ip_str: A valid IPv6 address. unpack_ipv4: if an IPv4-mapped address is found, return the plain IPv4 address (default=False). error_message: A error message for in the ValidationError. error_message: An error message used in the ValidationError. Returns: A compressed IPv6 address, or the same value Loading