jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
837 stars 148 forks source link

Update widgets.py to remove deprecated in Django 5.0 datetime_safe calls #231

Open paris-ci opened 5 months ago

paris-ci commented 5 months ago

This fixes the following warning:

floppyforms/widgets.py:10: RemovedInDjango50Warning: The django.utils.datetime_safe module is deprecated.
  from django.utils import datetime_safe, formats