We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5217431 commit cd1ccc2Copy full SHA for cd1ccc2
doc/upgrading.txt
@@ -66,6 +66,13 @@ you do not need to export and import, but need to delete the
66
If using the ``postgresql`` backend, you do not need to export and
67
import and no other special database-related steps are needed.
68
69
+Octal values in config.ini change from the python 2 representation
70
+with a leading ``0`` (``022``). They now use a leading ``0o``
71
+(``0o22``). Note that the ``0o`` format is properly handled under
72
+python 2. You can use the ``newfile.ini`` generated using
73
+``python3 roundup-admin ... updateconfig newfile.ini``
74
+if you want to go back to using python 2.
75
+
76
Migrating from 1.5.1 to 1.6.0
77
=============================
78
0 commit comments