Changes between Initial Version and Version 1 of Ticket #19793, comment 1


Ignore:
Timestamp:
Feb 10, 2013, 7:55:55 AM (11 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19793, comment 1

    initial v1  
    1515''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.''
    1616
    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 following part one with isn't practical because we would have to add that kind of notes in more places in detriment of readability.
     17We 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.
Back to Top