-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Release v4.0.3 #16247
Merged
Merged
Release v4.0.3 #16247
Conversation
This file contains 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
* Translate django.po in ja 100% translated source file: 'django.po' on 'ja'. * Translate django.po in uk 100% translated source file: 'django.po' on 'uk'. * Translate django.po in de 100% translated source file: 'django.po' on 'de'. * Translate django.po in zh 100% translated source file: 'django.po' on 'zh'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
* 15353 add better script error message * Simplify _get_script_class() & add docstring --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 16138 change view perms * 16138 add migration of group perms * 16138 update users and groups in perm selection
* 15496 base changes * 15496 detail view template * 15496 tweaks * 15496 bulk views * 15496 filterset * 15496 optimize qs * 15496 bulk edit * 15496 bulk import * 15496 update tests * Update netbox/templates/circuits/circuittermination.html Co-authored-by: Jeremy Stretch <[email protected]> * 15496 review changes * 15496 template include * 15496 expand filters * 15496 split import form * 15496 split import form * 15496 add test for circuit bulk import with termiantions * Add test for provider filters * Rename provider column * Fix test * Misc cleanup * Fix test --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 14953 fix serializers when using add_related_count * 14953 update comments * Set default=0 for annotated count fields --------- Co-authored-by: Jeremy Stretch <[email protected]>
…the space for value and label.
* Updated clean method on DynamicModelMultipleChoiceField to return the name. * Updated VLAN section name
* 14250 add BPON to interface types * 14250 remove huwai specific from PON * Reorder choices & fix typo --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 14653 Add Inventory Item column to all Device components tables * 14653 add inventory_items to base class
* Fixes #15962: support Redis Unix sockets * Clean up language & remove obsolete note --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 16145 script api use module.script name instead of pk * 16145 fix test * 16145 allow both pk and script name * 16145 update doc string * Simplify retrieval logic --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 14948 add has_virtual_device_cnotexts filter to device * 14948 make singular * 14948 add test
* Translate django.po in es 100% translated source file: 'django.po' on 'es'. * Translate django.po in pt 100% translated source file: 'django.po' on 'pt'. * Translate django.po in ja 100% translated source file: 'django.po' on 'ja'. * Translate django.po in de 100% translated source file: 'django.po' on 'de'. * Translate django.po in uk 100% translated source file: 'django.po' on 'uk'. * Translate django.po in ru 100% translated source file: 'django.po' on 'ru'. * Translate django.po in fr 100% translated source file: 'django.po' on 'fr'. * Translate django.po in tr 100% translated source file: 'django.po' on 'tr'. * Translate django.po in zh 100% translated source file: 'django.po' on 'zh'. --------- 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
has_virtual_device_context
filter for devicesBug Fixes