We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
settings.USE_TZ
True
settings.USE_L10N
django.db.models.enums.ChoicesMeta
ChoicesType
pytz
ZoneInfo
Model.save()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
settings.USE_TZ
: cette variable passe àTrue
, par défaut, il n'y a plus besoin de la surcharger.settings.USE_L10N
: la localisation est toujours activée ; la variable est inutile.django.db.models.enums.ChoicesMeta
est renomméeChoicesType
. On l'utilise ici mais ce code devrait de toutes façons bientôt être inutile avec Ajout des boutons radio riches numerique-gouv/django-dsfr#168.pytz
parZoneInfo
et supprimer la dépendancepytz
.Model.save()
n'accepte que des arguments nommés. On utilise des arguments posisitonnels à plusieurs endroits du code.The text was updated successfully, but these errors were encountered: