mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Update README.rst formatting
This commit is contained in:
parent
9aa287f28a
commit
8d854dcd78
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue