-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Release v3.5.1 #12507
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 v3.5.1 #12507
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
Fixes #12396 - Mark provider_account as not required in API and bulk import
Fixes #12405 - Fix the filtervar being set to site_id instead of site in SiteView related_models
Fixes #12380 - Add ObjectChange as a valid option for ObjectListWidget and ObjectCountsWidget
#8684 missed some references to ```obj```
…12344) * enable markdown in custom field descriptions * Closes #10759: Enable markdown support for custom field descriptions --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 12433 update object list widget to correctly parameterize urls * Update netbox/extras/dashboard/widgets.py Co-authored-by: Jeremy Stretch <[email protected]> * 12433 fix indent * Correct per_page query parameter --------- Co-authored-by: Jeremy Stretch <[email protected]>
* adds ENGINE to database config #11791 * fixed lint issues * updated doc
* adds housekeeping systemd files #11190 * Clean up Markdown --------- Co-authored-by: jeremystretch <[email protected]>
* adds module status to module bay table #11652 * removed the extra line * updated field name
* 12363 update paragraph spacing on journal table * 12363 make css rule generic * 12363 change p tag to only effect last-child * 12363 change p table spacing to .5em * 12363 move comment
* adds description to elevation device tooltip #11801 * changes as per review * changes as per review * Rearrange attrs, add headings, and update docstring --------- Co-authored-by: jeremystretch <[email protected]>
* Fixes: #11715 - Fix Parent Prefix table display of global vrf prefixes that are **not** containers. * Combine AND into a single Q object Co-authored-by: Jeremy Stretch <[email protected]> --------- Co-authored-by: Jeremy Stretch <[email protected]>
* 12416 warning for missing script file * 12416 widen exception catching for internal script error * Update netbox/extras/models/scripts.py Co-authored-by: Jeremy Stretch <[email protected]> * 12416 update from review feedback --------- Co-authored-by: Jeremy Stretch <[email protected]>
* adds image attachment list view #11932 * fixed typo * Update netbox/extras/tables/tables.py Co-authored-by: Jeremy Stretch <[email protected]> * Update netbox/extras/forms/filtersets.py Co-authored-by: Jeremy Stretch <[email protected]> * changes as per review * Disable ordering by size (not stored in database) --------- Co-authored-by: Jeremy Stretch <[email protected]>
* adds bulk import for journal entry #12122 * lint fix * Add kind as CSVChoiceField on JournalEntryImportForm --------- Co-authored-by: jeremystretch <[email protected]>
…ripts in the REST API
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
ENGINE
parameterBug Fixes
RelatedObjectDoesNotExist
exception under certain conditions (regression from Fixes GenericForeignKey validation #11550)FileNotFoundError
exception when a managed script file is missing from diskImportError
exception when running RQ workerTypeError
exception when running therunscript
management command