Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Clarify throttling rates#9639
-
In the documentation athttps://www.django-rest-framework.org/api-guide/throttling/ the allowed throttling periods are indicated as Further in the same page, an example shows, instead, the use of just Looking at the source code it is evident that just the first letter of the period is considered:
I think this should be clarified to the user, e.g. something like:
|
BetaWas this translation helpful?Give feedback.
All reactions
PR welcome, I remember looking at the source code myself at some point too 👍🏻
Replies: 1 comment
-
PR welcome, I remember looking at the source code myself at some point too 👍🏻 |
BetaWas this translation helpful?Give feedback.