From 8d854dcd78a4dbb49b4d094b57bc5e142850affa Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Fri, 29 Jul 2022 10:40:38 +0100 Subject: [PATCH] Update README.rst formatting --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 47665d2..d457ff3 100644 --- a/README.rst +++ b/README.rst @@ -78,8 +78,11 @@ request. Use ``None`` for unlimited persistent connections. Strings passed to `dj_database_url` must be valid URLs; in particular, special characters must be url-encoded. The following url will raise a `ValueError`:: + postgres://user:p#ssword!@localhost/foobar + and should instead be passed as:: + postgres://user:p%23ssword!@localhost/foobar URL schema