Ticket #16666: get_allow_future.patch
File get_allow_future.patch, 578 bytes (added by , 13 years ago) |
---|
-
docs/ref/class-based-views.txt
766 766 Determine whether to include "future" objects on this page, where 767 767 "future" means objects in which the field specified in ``date_field`` 768 768 is greater than the current date/time. Returns 769 :attr:`DateMixin. date_field` by default.769 :attr:`DateMixin.allow_future` by default. 770 770 771 771 BaseDateListView 772 772 ~~~~~~~~~~~~~~~~