Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8654 closed (fixed)

missing ugettext_lazy in __all__ at django/utils/translation/__init__.py

Reported by: Yuri Baburov Owned by: Yuri Baburov
Component: Translations Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

missing ugettext_lazy in all at django/utils/translation/init.py

Attachments (1)

8654.patch (761 bytes ) - added by Yuri Baburov 16 years ago.
One-line fix

Download all attachments as: .zip

Change History (4)

by Yuri Baburov, 16 years ago

Attachment: 8654.patch added

One-line fix

comment:1 by Yuri Baburov, 16 years ago

Has patch: set
Owner: changed from nobody to Yuri Baburov

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8680]) Fixed #8654: added ugettext_lazy to django.utils.translation.__all__.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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