django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

The django.forms.util module has been renamed.

Open swasher opened this issue 9 years ago • 12 comments

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

swasher avatar Apr 28 '15 14:04 swasher

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 avatar May 13 '15 14:05 samuelcolvin

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.

samuelcolvin avatar May 15 '15 12:05 samuelcolvin

:+1:

anderspetersson avatar Jun 02 '15 22:06 anderspetersson

please update, these warnings are very annoying

swasher avatar Aug 12 '15 08:08 swasher

:thumbsup:

thecardcheat avatar Aug 19 '15 21:08 thecardcheat

please push it to pypi already :P

lucas03 avatar Aug 25 '15 12:08 lucas03

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.

samuelcolvin avatar Oct 22 '15 14:10 samuelcolvin

please push to pypi

matthiashinrichs avatar Mar 22 '16 10:03 matthiashinrichs

+1 please push to pypi

hugochinchilla avatar Mar 22 '16 10:03 hugochinchilla

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

lucas03 avatar Jul 17 '16 19:07 lucas03

Any hope?

poziomek avatar Nov 25 '16 14:11 poziomek

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 :)

asokakkos avatar Dec 26 '17 10:12 asokakkos