|
| 1 | +ietfdb (7.5.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Django 2.1 upgrade and bugfixes** |
| 4 | + |
| 5 | + * Merged in [18036] from rjsparks@nostrum.com: |
| 6 | + Tweaked the title of the page used to complete reviews. Fixes #2767. |
| 7 | + |
| 8 | + * Merged in [18037] from rjsparks@nostrum.com: |
| 9 | + Removed abandoned charters from any future telechats. Fixes #3003. |
| 10 | + |
| 11 | + * Separated the session cache from the default cache, using slightly |
| 12 | + different settings, in order to not drop sessions when a new release is |
| 13 | + deployed. |
| 14 | + |
| 15 | + * Added a default logger and level for 'django.security' log items, to |
| 16 | + route them to our regular syslog. This will give us more information about |
| 17 | + failures to retrieve session info, and also things like 404 responses, |
| 18 | + which will already be captured in the apache log but with less info. May |
| 19 | + need revisiting if it proves to cause excessive logging. |
| 20 | + |
| 21 | + * Fixed a problem with the code to update a missing person record |
| 22 | + association in a meeting registration record. |
| 23 | + |
| 24 | + * Fixed an issue in a test function that could occasionally fail |
| 25 | + incorrectly. |
| 26 | + |
| 27 | + * Removed the wsgi.py warning about starting without virtualenv; this is |
| 28 | + normal under Py3. |
| 29 | + |
| 30 | + * Fixed a problem with the handling of multiple registrations for the |
| 31 | + same person and meeting in api_new_meeting_registration(). |
| 32 | + |
| 33 | + Django 2.1 transition changes: |
| 34 | + |
| 35 | + * Changed NullBoleanField() to BooleanField(null=True), according to the |
| 36 | + 2.1 upgrade recommendations. |
| 37 | + |
| 38 | + * Changed the removed django.contrib.auth.views.logout to LogoutView. |
| 39 | + |
| 40 | + * Adjusted to the changed signature of admin.utils.get_deleted_objects() |
| 41 | + |
| 42 | + * Adjusted the code to the attribute name change from ._size to .size in |
| 43 | + file upload objects. |
| 44 | + |
| 45 | + * Updated the requirements for Django 2.1 |
| 46 | + |
| 47 | + * The .render() method of widgets now must accept an additional keyword |
| 48 | + argument 'renderer'; adjusted the code accordingly (including a library |
| 49 | + patch -- pull request also submitted). |
| 50 | + |
| 51 | + -- Henrik Levkowetz <henrik@levkowetz.com> 24 Jun 2020 20:45:14 +0000 |
| 52 | + |
1 | 53 | ietfdb (7.4.0) ietf; urgency=medium |
2 | 54 |
|
3 | 55 | **Test suite and OpenID improvements** |
|
0 commit comments