mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[PR #155] [MERGED] max_length for some fields increased to 255 chars. #579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
nestene← Head:models📝 Commits (1)
e685591max_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.