diff options
Diffstat (limited to 'docs/oauth2')
-rw-r--r-- | docs/oauth2/server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/server.rst b/docs/oauth2/server.rst index eca363b..6c065c5 100644 --- a/docs/oauth2/server.rst +++ b/docs/oauth2/server.rst @@ -253,7 +253,7 @@ the token. .. code-block:: python - challenge = django.db.models.CharField(max_length=100) + challenge = django.db.models.CharField(max_length=128) challenge_method = django.db.models.CharField(max_length=6) |