Skip to content

Commit

Permalink
Document "absolute" URL field parameter (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech authored Oct 25, 2024
1 parent 341b927 commit 91d5c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/marshmallow/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,7 @@ class Url(String):
:param default: Default value for the field if the attribute is not set.
:param relative: Whether to allow relative URLs.
:param absolute: Whether to allow absolute URLs.
:param require_tld: Whether to reject non-FQDN hostnames.
:param schemes: Valid schemes. By default, ``http``, ``https``,
``ftp``, and ``ftps`` are allowed.
Expand Down

0 comments on commit 91d5c0c

Please sign in to comment.