Logo
Explore Help
Register Sign In
External/netbox
1
0
Fork 0
You've already forked netbox
mirror of https://github.com/netbox-community/netbox.git synced 2025-12-18 10:16:34 +00:00
Code Issues Packages Projects Releases Wiki Activity
netbox/docs/models/extras/branch.md

14 lines
361 B
Markdown
Raw Normal View History

Closes #10851: New staging mechanism (#10890) * WIP * Convert checkout() context manager to a class * Misc cleanup * Drop unique constraint from Change model * Extend staging tests * Misc cleanup * Incorporate M2M changes * Don't cancel wipe out creation records when an object is deleted * Rename Change to StagedChange * Add documentation for change staging
2022-11-14 13:55:03 -05:00
# Branches
Fix typo
2022-11-16 16:38:29 -05:00
A branch is a collection of related [staged changes](./stagedchange.md) that have been prepared for merging into the active database. A branch can be merged by executing its `commit()` method. Deleting a branch will delete all its related changes.
Closes #10851: New staging mechanism (#10890) * WIP * Convert checkout() context manager to a class * Misc cleanup * Drop unique constraint from Change model * Extend staging tests * Misc cleanup * Incorporate M2M changes * Don't cancel wipe out creation records when an object is deleted * Rename Change to StagedChange * Add documentation for change staging
2022-11-14 13:55:03 -05:00
## Fields
### Name
The branch's name.
### User
The user to which the branch belongs (optional).
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 348ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API