Changes between Version 2 and Version 3 of Ticket #36796, comment 6


Ignore:
Timestamp:
Dec 12, 2025, 9:36:32 AM (3 hours ago)
Author:
Andrea Angelini

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36796, comment 6

    v2 v3  
    1 In the endpoint seems to work though because `gettext_lazy('test') == 'test'` returns `True`, while
     1In the endpoint seems accidentally to work though because `gettext_lazy('test') == 'test'` returns `True`, while
    22`'test'.startswith(gettext_lazy('test'))` and `'test'.removeprefix(gettext_lazy('test'))` throw an error
Back to Top