[PR #11179] [MERGED] Prepare for v3.4.0 release #13749

Closed
opened 2025-12-29 23:20:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11179
Author: @jeremystretch
Created: 12/14/2022
Status: Merged
Merged: 12/14/2022
Merged by: @jeremystretch

Base: developHead: feature


📝 Commits (10+)

  • 27d7274 #10172 upgrade Django to 4.1.1
  • ce6bf9e #10172 fixes for Django 4.1
  • cd5581a Merge pull request #10341 from netbox-community/10172-upgrade-django
  • 87af94a Merge branch 'develop' into feature
  • 6a9274a Closes #10314: Move clone() method from NetBoxModel to CloningMixin
  • 4208dbd Closes #10358: Raise minimum required PostgreSQL version from 10 to 11
  • 1eb0e5d Merge branch 'develop' into feature
  • 824b4e0 Add scheduling for reports and scripts
  • 25ac1ed Merge branch 'netbox-community:develop' into 8366-job-scheduling
  • ed3d04c Merge branch 'develop' into feature

📊 Changes

454 files changed (+15067 additions, -7134 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -0)
📝 .github/workflows/ci.yml (+1 -1)
📝 base_requirements.txt (+1 -1)
📝 docs/configuration/data-validation.md (+3 -0)
📝 docs/configuration/miscellaneous.md (+16 -0)
📝 docs/configuration/required-parameters.md (+1 -1)
📝 docs/configuration/security.md (+8 -0)
📝 docs/configuration/system.md (+8 -0)
📝 docs/customization/custom-fields.md (+1 -0)
📝 docs/customization/custom-scripts.md (+3 -1)
📝 docs/customization/reports.md (+3 -1)
📝 docs/development/adding-models.md (+1 -1)
📝 docs/development/extending-models.md (+7 -3)
📝 docs/development/models.md (+1 -0)
docs/development/search.md (+37 -0)
📝 docs/features/customization.md (+2 -2)
📝 docs/features/devices-cabling.md (+4 -0)
📝 docs/features/journaling.md (+1 -1)
docs/features/search.md (+27 -0)
📝 docs/getting-started/populating-data.md (+3 -1)

...and 80 more files

📄 Description

Merge feature into develop to initiate v3.4 release preparations


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/11179 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/14/2022 **Status:** ✅ Merged **Merged:** 12/14/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feature` --- ### 📝 Commits (10+) - [`27d7274`](https://github.com/netbox-community/netbox/commit/27d72746ca4aec377001cfc69fa416bf4bd652dc) #10172 upgrade Django to 4.1.1 - [`ce6bf9e`](https://github.com/netbox-community/netbox/commit/ce6bf9e5c1bc08edc80f6ea1e55cf1318ae6e14b) #10172 fixes for Django 4.1 - [`cd5581a`](https://github.com/netbox-community/netbox/commit/cd5581aada47c68dd568270f903a10e4eb632acb) Merge pull request #10341 from netbox-community/10172-upgrade-django - [`87af94a`](https://github.com/netbox-community/netbox/commit/87af94a7d2e23ae06396ebceddcc90fb505909aa) Merge branch 'develop' into feature - [`6a9274a`](https://github.com/netbox-community/netbox/commit/6a9274a95f87ad8c3c5dcdb1da47d6781d70a4da) Closes #10314: Move clone() method from NetBoxModel to CloningMixin - [`4208dbd`](https://github.com/netbox-community/netbox/commit/4208dbd514feb2a68bf89b969246cb03d2fdf3b5) Closes #10358: Raise minimum required PostgreSQL version from 10 to 11 - [`1eb0e5d`](https://github.com/netbox-community/netbox/commit/1eb0e5d307e362f12881e4dcb938dbeec736b804) Merge branch 'develop' into feature - [`824b4e0`](https://github.com/netbox-community/netbox/commit/824b4e0923f5d215153cf8623c5f20fc7190f857) Add scheduling for reports and scripts - [`25ac1ed`](https://github.com/netbox-community/netbox/commit/25ac1edb4859d9341a05680371588d86885a49e1) Merge branch 'netbox-community:develop' into 8366-job-scheduling - [`ed3d04c`](https://github.com/netbox-community/netbox/commit/ed3d04c7ba03994a7c32e7ce6fb8e058bafedc11) Merge branch 'develop' into feature ### 📊 Changes **454 files changed** (+15067 additions, -7134 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -0) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `base_requirements.txt` (+1 -1) 📝 `docs/configuration/data-validation.md` (+3 -0) 📝 `docs/configuration/miscellaneous.md` (+16 -0) 📝 `docs/configuration/required-parameters.md` (+1 -1) 📝 `docs/configuration/security.md` (+8 -0) 📝 `docs/configuration/system.md` (+8 -0) 📝 `docs/customization/custom-fields.md` (+1 -0) 📝 `docs/customization/custom-scripts.md` (+3 -1) 📝 `docs/customization/reports.md` (+3 -1) 📝 `docs/development/adding-models.md` (+1 -1) 📝 `docs/development/extending-models.md` (+7 -3) 📝 `docs/development/models.md` (+1 -0) ➕ `docs/development/search.md` (+37 -0) 📝 `docs/features/customization.md` (+2 -2) 📝 `docs/features/devices-cabling.md` (+4 -0) 📝 `docs/features/journaling.md` (+1 -1) ➕ `docs/features/search.md` (+27 -0) 📝 `docs/getting-started/populating-data.md` (+3 -1) _...and 80 more files_ </details> ### 📄 Description Merge `feature` into `develop` to initiate v3.4 release preparations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:20:35 +01:00
adam closed this issue 2025-12-29 23:20:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13749