Changes between Version 2 and Version 3 of Ticket #36796, comment 6
- Timestamp:
- Dec 12, 2025, 9:36:32 AM (3 hours ago)
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`, while1 In the endpoint seems accidentally to work though because `gettext_lazy('test') == 'test'` returns `True`, while 2 2 `'test'.startswith(gettext_lazy('test'))` and `'test'.removeprefix(gettext_lazy('test'))` throw an error