-
-
Notifications
You must be signed in to change notification settings - Fork 634
Add IP address field type. #1485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d9460b2
Add IP address field type.
mgetka 809cd9e
Skip input value logging in IP field validation
mgetka bbe71aa
Omit redundant serialization step for IP field
mgetka 985f2ba
Drop deserialized value handling in IP field validation
mgetka 4e0d54f
Allow for IPv6 exploded form serialization
mgetka 202392d
IP v4/v6 specific fields added
mgetka 0a85119
Merge branch 'dev' into ip-address-field
mgetka 8528581
Expose IP v4/v6 specific fields for wildcard imports
mgetka e1e9d3d
Fix exception message on invalid IPv6 field value
mgetka 2984436
Merge branch 'dev' into ip-address-field
mgetka 62fdfa8
IP addresses fields inherits from Field base class
mgetka bb84491
Move _validated method functionalities of IP fields into _deserialize
mgetka 4c4b971
Merge branch 'dev' into ip-address-field
mgetka 2d1dbe0
Do not test unintended features of IP fields.
mgetka 474e06d
decimal representation deserialization in IP field
mgetka a5e4e4c
Revert "decimal representation deserialization in IP field"
mgetka e29fbd0
IP fields accept only string encoded IP form
mgetka e748c43
Merge branch 'dev' into ip-address-field
mgetka f197caf
Ensure text type on IP fields deserialization
mgetka bb9b6d8
Partially revert "Ensure text type on IP fields deserialization"
mgetka e771afe
Merge branch 'dev' into ip-address-field
mgetka 5885bcb
Merge branch dev' into ip-address-field
mgetka 4e7f99f
IP fields deserialization factorized
mgetka b5bbf37
py35 compliant class attribute typing in IP fields
mgetka f8a53fa
Fix duplicate entry in AUTHORS.rst
mgetka 1a7d92d
Merge branch 'dev' into ip-address-field
mgetka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.