Changes between Initial Version and Version 1 of Ticket #17934, comment 2
- Timestamp:
- Mar 19, 2012, 8:36:55 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17934, comment 2
initial v1 1 1 Lots of things happen when you run migrate -- for instance, `initial_data` fixtures are loaded. Your description doesn't contain enough information to tell if it's a bug in Django or in your code. 2 2 3 Idiyou create the project with Django 1.4c2? If you didn't, did you add `USE_TZ = True` in your settings file? Have you reviewed the [https://docs.djangoproject.com/en/dev/topics/i18n/timezones/#troubleshooting troubleshooting section] of the docs (this very problem is discussed in question 2)?3 Did you create the project with Django 1.4c2? If you didn't, did you add `USE_TZ = True` in your settings file? Have you reviewed the [https://docs.djangoproject.com/en/dev/topics/i18n/timezones/#troubleshooting troubleshooting section] of the docs (this very problem is discussed in question 2)? 4 4 5 5 Please provide more information and reopen the ticket if you can isolate the cause of the problem and it's in Django.