Ticket #12047: 12047.diff

File 12047.diff, 792 bytes (added by Tim Graham, 15 years ago)
  • docs/ref/generic-views.txt

     
    542542    * ``next_day``: A ``datetime.date`` object representing the next day. If
    543543      the next day is in the future, this will be ``None``.
    544544
    545     * ``previous_day``: A ``datetime.date`` object representing the given day.
    546       Unlike ``next_day``, this will never be ``None``.
     545    * ``previous_day``: A ``datetime.date`` object representing the previous
     546      day. Unlike ``next_day``, this will never be ``None``.
    547547
    548548    * ``object_list``: A list of objects available for the given day. This
    549549      variable's name depends on the ``template_object_name`` parameter, which
Back to Top