Ticket #16666: get_allow_future.patch

File get_allow_future.patch, 578 bytes (added by saebyn, 13 years ago)
  • docs/ref/class-based-views.txt

     
    766766        Determine whether to include "future" objects on this page, where
    767767        "future" means objects in which the field specified in ``date_field``
    768768        is greater than the current date/time. Returns
    769         :attr:`DateMixin.date_field` by default.
     769        :attr:`DateMixin.allow_future` by default.
    770770
    771771BaseDateListView
    772772~~~~~~~~~~~~~~~~
Back to Top