Re: Time zone support enabled in Django 1.4, yet "Django does not support timezone-aware times"

2012-06-22 Thread Aymeric Augustin
Le mardi 22 mai 2012 02:57:05 UTC+2, Arthur a écrit : > > I recently upgraded one of my machines to Django 1.4 to patch a bug > related to the use of PostGIS 9.1. I read the documentation on the new > support for time zones and added USE_TZ=True to my settings.py file. > Nonetheless, when I atte

Re: Time zone support enabled in Django 1.4, yet "Django does not support timezone-aware times"

2012-05-22 Thread Ramiro Morales
On Mon, May 21, 2012 at 9:57 PM, Arthur wrote: > Hello, > > I recently upgraded one of my machines to Django 1.4 to patch a bug related > to the use of PostGIS 9.1. I read the documentation on the new support for > time zones and added USE_TZ=True to my settings.py file. Nonetheless, when I > atte

Time zone support enabled in Django 1.4, yet "Django does not support timezone-aware times"

2012-05-21 Thread Arthur
Hello, I recently upgraded one of my machines to Django 1.4 to patch a bug related to the use of PostGIS 9.1. I read the documentation on the new support for time zones and added USE_TZ=True to my settings.py file. Nonetheless, when I attempt to load data into my PostGIS database in one of the