#34662 closed Bug (fixed)

Translation strings of ArrayField length validators depend on wrong ngettext key

Reported by: şuayip üzülmez Owned by: şuayip üzülmez
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It seems that in ArrayMaxLengthValidator and ArrayMinLengthValidator ngettext's number argument depends on wrong key.

Patch: https://github.com/django/django/pull/16986

Change History (3)

comment:1 by Mariusz Felisiak, 12 months ago

Needs tests: set
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 12 months ago

Needs tests: unset
Triage Stage: AcceptedReady for checkin

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 12 months ago

Resolution: fixed
Status: assignedclosed

In 0c51465:

Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthValidator.

Note: See TracTickets for help on using tickets.
Back to Top