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 Initial Version

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

Expected: True

This does not seem to be an issue with the non-lazy version.

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 (0)

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