#12047: Copy/paste error in documentation ---------------------------+------------------------------------------------ Reporter: schickler | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views- generic-date-based-archive-day
In the template context portion of the documentation for the date_based.archive_day generic view, "previous_day" is incorrectly documented: "previous_day: A datetime.date object representing the given day. [...]" I believe this is just a copy/paste error from "day": "day: A datetime.date object representing the given day." The correct documentation should be: "previous_day: A datetime.date object representing the previous day." -- Ticket URL: <http://code.djangoproject.com/ticket/12047> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
