Hi Daniel,
This warning is not an error.
Its only telling you that your app is saving a naive date.
It means that you have a simple date instead a date with timezone.
You probably have timezone enable on your settings.py file.
It's recommended you leave it on, but if your app won't be used in another country (different timezone) you could disable it.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/637ac2a1-eece-4509-bdca-cc5476933893%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4f7aeea8-d1c0-4840-9995-d9c441bf70b0%40googlegroups.com.
$ python -W error manage.py test