[PR #155] [MERGED] max_length for some fields increased to 255 chars. #579

Closed
opened 2026-02-27 16:39:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/155
Author: @teran
Created: 12/4/2013
Status: Merged
Merged: 12/5/2013
Merged by: @retspen

Base: nesteneHead: models


📝 Commits (1)

  • e685591 max_length for Host.name, Host.hostname, Instance.vname, Instance.vnc_passwd increased to 255 chars.

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 instance/models.py (+4 -4)

📄 Description

Inspired by exception received while settings VNC password on instance named 35 chars long.
BTW, there is no RFC determines how long FQDN could be, so max VARCHAR length value(255) looks good for this role.


🔄 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/retspen/webvirtmgr/pull/155 **Author:** [@teran](https://github.com/teran) **Created:** 12/4/2013 **Status:** ✅ Merged **Merged:** 12/5/2013 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `nestene` ← **Head:** `models` --- ### 📝 Commits (1) - [`e685591`](https://github.com/retspen/webvirtmgr/commit/e6855913e8aaefbae1cac6d5cbd42e849ae24015) max_length for Host.name, Host.hostname, Instance.vname, Instance.vnc_passwd increased to 255 chars. ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `instance/models.py` (+4 -4) </details> ### 📄 Description Inspired by exception received while settings VNC password on instance named 35 chars long. BTW, there is no RFC determines how long FQDN could be, so max VARCHAR length value(255) looks good for this role. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#579
No description provided.