Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix invalid ngettext usage in
Throttled
exception.
Format should be called after ngettext. If you have overridden `extra_detail_singular` or `extra_detail_plural`, you should now replace them with a single `def extra_detail` override. Refs: https://docs.djangoproject.com/en/5.1/topics/i18n/translation/#pluralization
- Loading branch information