Ticket #12047: 12047.diff
File 12047.diff, 792 bytes (added by , 15 years ago) |
---|
-
docs/ref/generic-views.txt
542 542 * ``next_day``: A ``datetime.date`` object representing the next day. If 543 543 the next day is in the future, this will be ``None``. 544 544 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``. 547 547 548 548 * ``object_list``: A list of objects available for the given day. This 549 549 variable's name depends on the ``template_object_name`` parameter, which