Update docs regarding Response.ip_address and IPv6

This commit is contained in:
Eugenio Lacuesta 2020-01-26 18:00:56 -03:00
parent e8da7e2966
commit 8529dff41d
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 4 deletions

View File

@ -612,10 +612,7 @@ Response objects
:type request: :class:`Request` object
:param ip_address: The IP address of the server from which the Response originated.
:type ip_address: :class:`ipaddress.IPv4Address` object
.. FIXME: Add ipaddress.IPv6Address once it's supported
:type ip_address: :class:`ipaddress.IPv4Address` or :class:`ipaddress.IPv6Address`
.. attribute:: Response.url