AntoineArchy / Lettings-FR

Refactoring d'une base de code comportant de nombreuses dettes techniques. Mise en place d'un pipeline CI/CD avec GitHub Actions et Docker.
1 stars 0 forks source link

Warning : warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning) #22

Closed AntoineArchy closed 8 months ago

AntoineArchy commented 8 months ago

Suite résolution de #2 :

La suite de test s'éxécute bien, toutefois une fois terminée warning :

============================================================================== warnings summary ============================================================================== venv/lib/python3.10/site-packages/django/conf/init.py:267 /home/archy/Oc Formation/Projets/p13/intro/Python-OC-Lettings-FR/venv/lib/python3.10/site-packages/django/conf/init.py:267: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale. warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html