Skip to content

Commit 4dbb517

Browse files
committed
Typo fix in example; formatting fix for priorty labels
also add link for pep-0594
1 parent 3209de5 commit 4dbb517

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

doc/upgrading.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ General steps:
4848

4949
Recent release notes have the following labels:
5050

51-
* required - Roundup will not work properly if these steps are not done
52-
* recommended - Roundup will still work, but these steps can cause
53-
security or stability issues if not done.
54-
* optional - new features or changes to existing features you might
55-
want to use
56-
* info - important possibly visible changes in how things operate
51+
* required - Roundup will not work properly if these steps are not done
52+
* recommended - Roundup will still work, but these steps can cause
53+
security or stability issues if not done.
54+
* optional - new features or changes to existing features you might
55+
want to use
56+
* info - important possibly visible changes in how things operate
5757

5858
If you use virtual environments for your installation, you can run
5959
trackers with different versions of Roundup. So you can have one tracker
@@ -537,10 +537,10 @@ Change passwords using crypt module (optional)
537537

538538
The crypt module is being removed from the standard library. Any
539539
stored password using crypt encoding will fail to verify once the
540-
crypt module is removed (expected in Python 3.13 see
541-
pep-0594). Automatic migration of passwords (if enabled in config.ini)
542-
re-encrypts old passwords using something other than crypt if a user
543-
logs in using the web interface.
540+
crypt module is removed (expected in Python 3.13 see `pep-0594
541+
<https://peps.python.org/pep-0594/>`_). Automatic migration of
542+
passwords (if enabled in config.ini) re-encrypts old passwords using
543+
something other than crypt if a user logs in using the web interface.
544544

545545
You can find users with passwords still encrypted using crypt by
546546
running::
@@ -593,7 +593,7 @@ in your TAL based templates. The ``jinja2`` based templates are
593593
missing this file, but if you implemented one you want to surround the
594594
jinja2 code with::
595595

596-
{% if context.is_view_ok() %}
596+
{% if context.is_edit_ok() %}
597597
<submit button code here>
598598
{% endif %}
599599

@@ -1256,6 +1256,8 @@ content.
12561256
See: https://sourceforge.net/p/roundup/mailman/message/35763294/
12571257
for the initial discussion of the issue.
12581258

1259+
.. _cross site request forgery detection added:
1260+
12591261
Cross Site Request Forgery Detection Added (recommended)
12601262
--------------------------------------------------------
12611263

0 commit comments

Comments
 (0)