summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 16:16:16 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 16:16:16 +0200
commit6ce3a234e3c64f7165b4bd72da14faad10a03377 (patch)
tree7b702200703d8d8dab1be719e8540507476c928d
parentc3a4fb88c934b6dad678b985a6ebcb28be32dd88 (diff)
downloaddocs-6ce3a234e3c64f7165b4bd72da14faad10a03377.tar.gz
docs-6ce3a234e3c64f7165b4bd72da14faad10a03377.tar.bz2
docs-6ce3a234e3c64f7165b4bd72da14faad10a03377.zip
username/password charset link
-rw-r--r--api-bank.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-bank.rst b/api-bank.rst
index 1a55a27e..bdf99a14 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -32,7 +32,7 @@ This API provides programmatic user registration at the bank.
:status 200 OK: The new user has been correctly registered.
:status 409 Conflict: the username requested by the client is not available anymore
-:status 406 Not Acceptable: unacceptable characters were given as username / password.
+:status 406 Not Acceptable: unacceptable characters were given as username / password. See https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.models.User.username for the accepted character set.
**Details**