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


Ignore:
Timestamp:
Feb 12, 2013, 5:06:46 AM (11 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19793, comment 1

    v1 v2  
    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 followed part one isn't practical because it is detrimental to 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 at arbitrary places e.g. part two without having followed part one isn't practical because it is detrimental to readability.
Back to Top