nkunihiko / django-bootstrap3-datetimepicker

Apache License 2.0
119 stars 154 forks source link

The django.forms.util module has been renamed. #41

Open swasher opened 9 years ago

swasher commented 9 years ago

Under django 1.8 I got warning:

/usr/local/lib/python2.7/dist-packages/bootstrap3_datetime/widgets.py:2: \
RemovedInDjango19Warning: The django.forms.util module has been
renamed. Use django.forms.utils instead
samuelcolvin commented 9 years ago

This has been fixed in master. What's the time line for a new release on pypi?

Also can I suggest tagging releases in github so it's easy to compare what's released to master.

samuelcolvin commented 9 years ago

bump.

@nkunihiko are there any plans to release a new version to pypi any time soon?

I'm getting really bored of warnings when running django locally.

Thanks for the package, sorry to hassle.

anderspetersson commented 9 years ago

:+1:

swasher commented 9 years ago

please update, these warnings are very annoying

thecardcheat commented 9 years ago

:thumbsup:

lucas03 commented 9 years ago

please push it to pypi already :P

samuelcolvin commented 9 years ago

I have a fork of this project which is released on pypi as django-bootstrap3-datetimepicker-2 which fixes this problem

https://github.com/tutorcruncher/django-bootstrap3-datetimepicker

It's made a few other fixes and changed how static files are handled but it should be pretty easy to switch to.

matthiashinrichs commented 8 years ago

please push to pypi

hugochinchilla commented 8 years ago

+1 please push to pypi

lucas03 commented 8 years ago

It has been almost year and this is still not pushed to pypi 😢

poziomek commented 8 years ago

Any hope?

asokakkos commented 6 years ago

Dear Friends, I am using django version 1.8.18 and I get the same error as follow:

/usr/local/lib/python2.7/dist-packages/django_facebook/api.py:1: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead. from django.forms.util import ValidationError

Please fix the issue. It'll be a good move :)