MCPcopy
hub / github.com/django/django / ArrayMinLengthValidator

Class ArrayMinLengthValidator

django/contrib/postgres/validators.py:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class ArrayMinLengthValidator(MinLengthValidator):
24 message = ngettext_lazy(
25 "List contains %(show_value)d item, it should contain no fewer than "
26 "%(limit_value)d.",
27 "List contains %(show_value)d items, it should contain no fewer than "
28 "%(limit_value)d.",
29 "show_value",
30 )
31
32
33@deconstructible

Callers 1

__init__Method · 0.90

Calls 1

ngettext_lazyFunction · 0.90

Tested by

no test coverage detected