Opened 6 months ago

#35684 new Cleanup/optimization

Remove raw_prefix when dropping support for gettext < 0.22.5

Reported by: Tim Graham Owned by:
Component: Utilities Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

Serhii Tereshchenko commented on the PR for #26093:

Technically, it was a bug in gettext and it is fixed now (but not released yet, probably will be included in the next version after 0.22.5). Somewhere in the future when everyone uses new gettext this workaround may no longer be needed.

raw_prefix has since moved to django/utils/translation/template.py.

It may be a few years before this ticket is actionable, hence "Someday/Maybe" status.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • Unknown. The Someday/Maybe triage stage is used to keep track of high-level ideas or long term feature requests.

    It could be an issue that's blocked until a future version of Django (if so, Keywords will contain that version number). It could also be an enhancement request that we might consider adding someday to the framework if an excellent patch is submitted.

    If you're interested in contributing to the issue, raising your ideas on the Django Forum would be a great place to start.

Change History (0)

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