id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 20891 Tutorial 2 in the Django documentation now requires third-party software Scott Shields nobody "Near the bottom of the Django tutorial part 2, [https://docs.djangoproject.com/en/1.6/intro/tutorial02/#customize-the-admin-change-list Customize the admin change list], the tutorial instructs you to add the following code to add a ""hierarchical navigation, by date, to the top of the change list page"": {{{ date_hierarchy = 'pub_date' }}} As of Django 1.6, this feature seems to use the new [https://docs.djangoproject.com/en/dev/releases/1.6/#addition-of-queryset-datetimes QuerySet.datetimes()] method which, because we're using SQLite, requires [http://pytz.sourceforge.net/ pytz] to be installed. I originally was going to copy and paste the note from the [https://docs.djangoproject.com/en/dev/releases/1.6/#addition-of-queryset-datetimes QuerySet.datetimes()] section and attach a patch, but since this now requires third-party software, I believe this feature is out of the scope of the tutorial and should just be removed entirely. I did not attach a patch due to wanting some feedback on the subject." Bug closed Documentation 1.6-beta-1 Release blocker fixed Accepted 0 0 0 0 0 0