Opened 9 years ago

Last modified 9 years ago

#25450 closed New feature

HostnameField (Feature request) — at Version 1

Reported by: Thomas Güttler Owned by: nobody
Component: Database layer (models, ORM) Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Thomas Güttler)

I ask myself why is there now database field for a hostname?

GenericIPAddressField exists.

I never store IPAddesses. If I store something like this, I store hostnames.

Please add a HostnameField to store strings like "example.com"

Validation: Just check it against a regex.

Change History (1)

comment:1 by Thomas Güttler, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top