Code review comment for lp:~shevonar/widelands-website/django1.4

Revision history for this message
Shevonar (shevonar) wrote :

Yes indeed there are some changes. First the notification tables changed a little and must be changed manually [1].
Second Django now supports native timezones and therefore the date and time data in the database must be converted to UTC before enabling USE_TZ in the settings. I have not tested it yet but a migration guide can be found here [2]

[1] https://github.com/jtauber/django-notification/issues/60
[2] https://docs.djangoproject.com/en/dev/topics/i18n/timezones/#time-zones-migration-guide

« Back to merge proposal