Opened 7 years ago

Last modified 7 years ago

#28669 closed Bug

bool(ungettext_lazy('%(value)d blah', '%(value)d blahs', 'value')) returns False — at Version 1

Reported by: Dylan Young Owned by: nobody
Component: Internationalization 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: yes UI/UX: no

Description (last modified by Dylan Young)

Expected: True

In particular this shows up when trying to provide a custom ungettext_lazy message to django.core.BaseValidator (or any subclass).

Not sure if this is also present on Django>1.8 (couldn't find any existing references to this bug).

Change History (1)

comment:1 by Dylan Young, 7 years ago

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