-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Release v4.0.7 #16859
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
Release v4.0.7 #16859
Conversation
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
* Added `help_text` to ColorField. * Addressed PR comment to remove the redundant help_text from all the forms where ColorField was used. * Add space before example value --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
#16706) * Was added to searching support languages other than English for object types(s). * Fix SearchForm field label translation --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Allow filtering Devices by Cluster and Cluster Group. * Allow filtering Devices by Cluster and Cluster Group. * Added tests for cluster and cluster_groups filterset. * Add missing filter & complete tests --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
…enu (#16762) * I replaced `append` with `insert` into menu.py to make the admin section appear last in the navigation menu. * Clean up ordering logic --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
Loads the the current configuration if no ConfigRevisions are saved to the database.
…is members panel
* fix: allow cloning field value of 0 * Fix evaluation of False value --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
…ering by object type
… "add another" button
…thentication_algorithm
* Extend STORAGE_BACKEND config to support Swift Requires django-storage-swift >= 1.4.0 when used. Bug: T310717 Change-Id: I67cf439e9152608cbba3a3de4173d54ba5fbddc2 * Update system.md from suggestions Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Update settings.py from suggestions Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Update system.md from suggestions 2 Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> * Remove SWIFT storage from configuration_example.py * Load swift config as global instead of monkey path --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
…tion immediately following a modification
* Allowed configuration of Sentry send_default_pii parameter. Also changed default value of send_default_pii to False to avoid sending sensitive data to Sentry. Closes #16802 * Order alphabetically & link to Sentry parameter documentation --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Translate django.po in pt 100% reviewed source file: 'django.po' on 'pt'. * Translate django.po in fr [Manual Sync] 12% of minimum 1% reviewed source file: 'django.po' on 'fr'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Translate django.po in pt [Manual Sync] 100% reviewed source file: 'django.po' on 'pt'. * Translate django.po in de [Manual Sync] 78% of minimum 1% reviewed source file: 'django.po' on 'de'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Translate django.po in tr [Manual Sync] 7% of minimum 1% reviewed source file: 'django.po' on 'tr'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Translate django.po in ru [Manual Sync] 30% of minimum 1% reviewed source file: 'django.po' on 'ru'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * Translate django.po in zh [Manual Sync] 16% of minimum 1% reviewed source file: 'django.po' on 'zh'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Enhancements
SENTRY_SEND_DEFAULT_PIIconfiguration parameter and disable PII export by defaultBug Fixes
upgrade.sh