Développement #54302
Le champ emails d'un rôle est cassé en django2
Start date:
26 May 2021
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
https://docs.djangoproject.com/en/1.11/ref/forms/widgets/#django.forms.Widget.format_value
In older versions, this method is a private API named _format_value(). The old name will work until Django 2.0.
Et donc plus appelé en dj2 et le rendu du champ c'est ['a@entrouvert.com', 'b@entrouvert.com'] qui plante à la validation.
Files
Associated revisions
History
Updated by Valentin Deniaud over 3 years ago
- File 0001-authentic-fix-role-emails-field-for-django-2-54302.patch 0001-authentic-fix-role-emails-field-for-django-2-54302.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Benjamin Dauvergne over 3 years ago
- Status changed from Solution proposée to Solution validée
Updated by Valentin Deniaud over 3 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit c7362f2418c6635496789a92f37991d503afc29f Author: Valentin Deniaud <vdeniaud@entrouvert.com> Date: Wed May 26 15:00:33 2021 +0200 authentic: fix role emails field for django 2 (#54302)
Updated by Frédéric Péters over 3 years ago
- Status changed from Résolu (à déployer) to Solution déployée
authentic: fix role emails field for django 2 (#54302)