Changes between Initial Version and Version 1 of Ticket #19793, comment 1
- Timestamp:
- Feb 10, 2013, 7:55:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19793, comment 1
initial v1 15 15 ''Note the addition of import datetime and from django.utils import timezone, to reference Python’s standard datetime module and Django’s time-zone-related utilities in django.utils.timezone, respectively. If you aren’t familiar with time zone handling in Python, you can learn more in the time zone support docs.'' 16 16 17 We could add it to part two too, but there is a point in which trying to support readers that attack the tutorial starting e.g. part two without having follow ing part one with isn't practical because we would have to add that kind of notes in more places in detriment ofreadability.17 We could add it to part two too, but there is a point in which trying to support readers that attack the tutorial starting e.g. part two without having followed part one isn't practical because it is detrimental to readability.