Skip to content
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 v3.6.7 #14542

Merged
merged 24 commits into from
Dec 15, 2023
Merged

Release v3.6.7 #14542

merged 24 commits into from
Dec 15, 2023

Conversation

jeremystretch
Copy link
Member

Enhancements

  • #12751 - Designate fields to expand by default for object selector widget
  • #14148 - Add tags column to L2VPN terminations column
  • #14390 - Add classes parameter to copy_content template tag
  • #14467 - Change custom field choice delimiter from comma to colon

Bug Fixes

  • #13983 - Fix bulk import support for custom field choices
  • #14081 - Ensure accuracy of parent object counters when deleting related objects
  • #14249 - Fix server error when authenticating via IP-restricted API tokens using IPv6
  • #14392 - Fix bulk operations for plugin models under admin UI
  • #14397 - Fix exception on non-JSON request to /available-ips/ API endpoints
  • #14401 - Rack starting_unit cannot be zero
  • #14432 - Populate custom field default values for components when creating a device
  • #14448 - Fix exception when creating a power feed with rack and panel in different sites
  • #14505 - Fix the assignment of tags to L2VPN terminations
  • #14512 - Remove unneeded annotations from queries when using REST API brief mode
  • #14515 - Ensure user config is created automatically for all user accounts
  • #14522 - Fix filtering contact assignments by group
  • #14533 - Fix quick search under VLAN group VLANs list

jeremystretch and others added 24 commits November 29, 2023 19:32
* fixes client ip detection for v6

* adds test for get_client_ip

* Employ urlparse() to strip port numbers from IPs

---------

Co-authored-by: Jeremy Stretch <[email protected]>
* 14467 change ChoiceField separator from comma to colon

* 14467 fix test

* 14467 fix test

* 14467 use regex for colon detection

* 14467 update tests
…14131)

* 14081 fixed cached counters on delete for parent-child items

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <[email protected]>
…4470)

* 13983 split array fields in CSV data for CustomFieldChoices

* 13983 fix help text

* 13983 update tests

* 13983 use re for split

* 13983 replace escaped chars

* 13983 fix escape handling

* 13983 fix escape handling

* 13983 fix escape handling
* Usability improvements for object selector:
* Adds preselected filters
* Applies the filter on selection instead of requiring the search button to be pushed

* Declare selector_fields on base form class

---------

Co-authored-by: Jeremy Stretch <[email protected]>
@jeremystretch jeremystretch merged commit f1d4011 into master Dec 15, 2023
8 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants