Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Enforce max legth for Strings #182

@kumy

Description

@kumy

[More areminder than an issue], don't forget to define length validator on all text fields according to the database schema.

    language = fields.Str(validate=validate.Length(max=2))

Also check if something can be done automatically - mapped on the database schema

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions