Skip to content

Commit b27a78e

Browse files
committed
Changelog entry for 6.120.0
- Legacy-Id: 17404
1 parent bdaffda commit b27a78e

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

changelog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
ietfdb (6.120.0) ietf; urgency=medium
2+
3+
**Submission API changes, Py2/3 transition fixes**
4+
5+
* Added the ability to use the submission API with active secondary account
6+
email addresses. Fixes issue #2639.
7+
8+
* Tweaked the ReviewAssignmentAdmin, adding a raw_id_field.
9+
10+
* Replaced most cases of using of urlopen(), instead using the higher-level
11+
'requests' module where it simplifies the code.
12+
13+
* Added a data migration to fix up incorrect external URLs to mailarchive.
14+
15+
* Fixed a Py2/3 issue with review.mailarchive.construct_query_url().
16+
17+
* Renamed a migration to conform to migration naming conventions, using
18+
underscores instead of dashes in the name.
19+
20+
* Py2/3 compatibility tweaks for pyflakes.
21+
22+
* Changed some cases of urlopen() to use requests.get()
23+
24+
* Python3 is more ticklish about comparing strings to None than Py2. Fixed
25+
an issue with this in generate_sort_key() for document searches.
26+
27+
* Fixed a Py2/3 issue in the pyflakes management command, and tweaked the
28+
verbose output format.
29+
30+
* Merged back production changes to two scripts indirectly called by
31+
/a/www/www6s/scripts/run-ietf-report, through
32+
/a/www/www6s/scripts/run-report.
33+
34+
* Changed the release script to not pick up other email addresses than those
35+
of contributors from the release notes.
36+
37+
* Tweaked the check_referential_integrity management command verbose output.
38+
39+
-- Henrik Levkowetz <henrik@levkowetz.com> 07 Mar 2020 22:55:58 +0000
40+
41+
142
ietfdb (6.119.1) ietf; urgency=medium
243

344
**Py2/3 fixes, Change to use the "requests" lib instead of urlopen()**

0 commit comments

Comments
 (0)