Development #69477
gérer, ou éviter, djangorestframework 3.14.0
Start date:
23 September 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Nouvelle version et le build en erreur, https://jenkins.entrouvert.org/job/chrono/2195/consoleFull
field_classes = { 'text': serializers.CharField, 'textarea': serializers.CharField, > 'bool': serializers.NullBooleanField, } E AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField'
On peut pour le moment juste mettre <3.14 dans le setup.py.
Files
Associated revisions
History
Updated by Frédéric Péters about 1 year ago
- File 0001-build-limit-to-djangorestframework-3.14-69477.patch 0001-build-limit-to-djangorestframework-3.14-69477.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Lauréline Guérin about 1 year ago
- Status changed from Solution proposée to Solution validée
Updated by Frédéric Péters about 1 year ago
- Status changed from Solution validée to Résolu (à déployer)
commit e3f38a3728ea587d0d453f768e60cb7ce35a1d86 Author: Frédéric Péters <fpeters@entrouvert.com> Date: Fri Sep 23 09:33:59 2022 +0200 build: limit to djangorestframework<3.14 (#69477)
Updated by Transition automatique about 1 year ago
- Status changed from Résolu (à déployer) to Solution déployée
build: limit to djangorestframework<3.14 (#69477)