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 69f9f63 commit 98803b2Copy full SHA for 98803b2
CHANGES.txt
@@ -26,6 +26,9 @@ Fixed:
26
- issue2550811: work around Unicode encoding issues in jinja2 template
27
by explicitly converting data to Unicode; also fixed pagination and
28
selecting columns to display in the issues list (Christof Meerwald)
29
+- issue2550988: fixed fallback to pseudo random number generator in
30
+ case SystemRandom isn't available, prefer use of secrets module if
31
+ available (Python 3.6+)
32
33
34
2018-07-13 1.6.0
0 commit comments