-
Notifications
You must be signed in to change notification settings - Fork 8
Add allowed_ prefix to some model and form field arguments #57
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 all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c4e9eba
Added option for default settings.
KozyrevIvan 72d394d
Keep .gitignore clean
blag 397a06f
Use NH3_LINK_REL setting
blag 728b310
Wire in additional default options
blag cbcdfc8
Reorder keyword arguments to match nh3 documentation
blag 1967791
Rename get_nh3_update_options to just get_nh3_options
blag ba7eab3
Support additional configuration parameters
blag dfaf8a7
Split apart get_nh3_default_options
blag 8bbc5ee
Simplify get_nh3_options
blag 9ab1c45
Passthrough new config options in model field and form field
blag ae9a02c
Fix import
blag 136267a
Add tests
blag 960eac8
Make field arguments keyword-only and re-alphabetize them
blag 74cb16a
Add allowed_ prefix to some model and form field arguments
blag cec4349
Merge remote-tracking branch 'upstream/main' into betterize-utils
blag 1a00aee
Merge branch 'betterize-utils' into tweak-field-argument-names
blag 8c567d4
Maintain empty string default
marksweb 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The function has disabled complexity warnings (C901, PLR0912) indicating it may be too complex. Consider breaking this function into smaller, more focused functions to improve maintainability.
Copilot uses AI. Check for mistakes.