Mercurial > p > roundup > code
diff doc/installation.txt @ 8488:7142740e6547
merge heads: CHANGES.txt also whitespace fixups.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 08 Dec 2025 23:05:26 -0500 |
| parents | b09ef85f0da6 |
| children | 520075b29474 |
line wrap: on
line diff
--- a/doc/installation.txt Sun Dec 07 17:33:25 2025 -0500 +++ b/doc/installation.txt Mon Dec 08 23:05:26 2025 -0500 @@ -253,6 +253,10 @@ version 2.0 of gpg from test.pypi.org. See the `gpg install directions in the upgrading document`_. +nanoid + If nanoid_ is installed, it is used to generate short unique + ids to link all logging to a single request. If not installed, + uuid4's from the standard library are used. jinja2 To use the jinja2 template (may still be experimental, check out @@ -2432,6 +2436,7 @@ .. _mod_python: https://github.com/grisha/mod_python .. _mod_wsgi: https://pypi.org/project/mod-wsgi/ .. _MySQLdb: https://pypi.org/project/mysqlclient/ +.. _nanoid: https://pypi.org/project/nanoid/ .. _Olson tz database: https://www.iana.org/time-zones .. _polib: https://polib.readthedocs.io .. _Psycopg2: https://www.psycopg.org/
