Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 4.x #473

Open
The-Compiler opened this issue Jun 8, 2022 · 1 comment
Open

Django 4.x #473

The-Compiler opened this issue Jun 8, 2022 · 1 comment

Comments

@The-Compiler
Copy link
Member

Im April 2023 soll Django 4.2 LTS erscheinen: https://www.djangoproject.com/download/#supported-versions

Ich habe einen kurzen Test mit 4.0.5 gewagt - scheint (mit aktualisiertem Python) erstmal reibungslos zu funktionieren, mit einigen neuen Warnings:

../../../usr/local/lib/python3.11/site-packages/django/conf/__init__.py:206
  /usr/local/lib/python3.11/site-packages/django/conf/__init__.py:206: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
    warnings.warn(

../../../usr/local/lib/python3.11/site-packages/django/conf/__init__.py:229
  /usr/local/lib/python3.11/site-packages/django/conf/__init__.py:229: 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)
@The-Compiler
Copy link
Member Author

see also: #508

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant