Skip to content

Commit 2980114

Browse files
committed
Changelog entry for release 6.63.2.
- Legacy-Id: 14213
1 parent 9c3335b commit 2980114

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
ietfdb (6.63.2) ietf; urgency=medium
2+
3+
This is a bugfix release which also brings a small improvement of the
4+
personal profile pages. From the commit log:
5+
6+
* Merged in [14211] from rcross@amsl.com:
7+
Changed to not check timeslot type on delete because other types now have
8+
this option.
9+
10+
* Changed the telechat date admin to use the 'initial-date' field value
11+
instead of the now nonfunctional form.initial dictionary. This may need
12+
revisiting under Django 1.11, which has an official api to grab a form's
13+
initial values. This fixes a server 500 error on trying to save a
14+
non-default telechat date.
15+
16+
* Tweaked the test-runner random state handling to display the correct
17+
random state filename and make sure to set the same random state on
18+
repeat runs.
19+
20+
* Added a check in bin/mkrelease for new migrations which haven't been added
21+
to the repository yet.
22+
23+
* Added a 'no active roles' annotation in the roles section of personal
24+
profile pages if there are none.
25+
26+
* Added a guard against feeding int() a non-numeric string during
27+
submission confirmation and a log assertion to report same.
28+
29+
-- Henrik Levkowetz <henrik@levkowetz.com> 16 Oct 2017 14:43:17 -0700
30+
31+
132
ietfdb (6.63.1) ietf; urgency=medium
233

334
This is a small bugfix release. From the commit log:

0 commit comments

Comments
 (0)