Développement #68573
Publik - Développement #68182: montée de version django (→ 4.2 LTS)
Préparation django 4 : DeprecationWarnings
Status:
Fermé
Priority:
Normal
Assignee:
A. B.
Category:
-
Target version:
-
Start date:
31 August 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Cf tâche parente
Files
Associated revisions
django4: fix urls deprecation warnings (#68573)
django4: replaced force_text with equivalent force_str (#68573)
django4: replaced ugettext* calls with corresponding gettext* calls (#68573)
Revert "django4: fix default AppConfig deprecation warnings (#68573)"
This reverts commit e1f969f8130d070638ae0395bdb2899e08897f68.
History
Updated by A. B. over 2 years ago
- File 0004-django4-replaced-ugettext-calls-with-corresponding-g.patch 0004-django4-replaced-ugettext-calls-with-corresponding-g.patch added
- File 0003-django4-replaced-force_text-with-equivalent-force_st.patch 0003-django4-replaced-force_text-with-equivalent-force_st.patch added
- File 0002-django4-fix-urls-deprecation-warnings-68573.patch 0002-django4-fix-urls-deprecation-warnings-68573.patch added
- File 0001-django4-fix-default-AppConfig-deprecation-warnings-6.patch 0001-django4-fix-default-AppConfig-deprecation-warnings-6.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Benjamin Dauvergne over 2 years ago
- Status changed from Solution proposée to Solution validée
Updated by A. B. over 2 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit ee871ebc33658f9a669a35268ee9eb6ed0c781ba Author: Agate Berriot <aberriot@entrouvert.com> Date: Wed Aug 31 09:35:28 2022 +0200 django4: replaced ugettext* calls with corresponding gettext* calls (#68573) commit ed3fc882cd1d9c6fc0d5e8e03d0b05031a022602 Author: Agate Berriot <aberriot@entrouvert.com> Date: Wed Aug 31 09:34:19 2022 +0200 django4: replaced force_text with equivalent force_str (#68573) commit d8786aae95d62975eb46e44f52c6e98485df3b1a Author: Agate Berriot <aberriot@entrouvert.com> Date: Wed Aug 31 09:32:39 2022 +0200 django4: fix urls deprecation warnings (#68573) commit e1f969f8130d070638ae0395bdb2899e08897f68 Author: Agate Berriot <aberriot@entrouvert.com> Date: Wed Aug 31 09:31:35 2022 +0200 django4: fix default AppConfig deprecation warnings (#68573)
Updated by Transition automatique over 2 years ago
- Status changed from Résolu (à déployer) to Solution déployée
django4: fix default AppConfig deprecation warnings (#68573)