Class DateMixin
Mixin class for views manipulating date-based data.
Declaration
class DateMixin
source linkDocumentation
Methods
▷ def get_allow_future(self) Return `True` if the view should be allowed to display objects from the future.
▷ def get_date_field(self) Get the name of the date field to be used to filter by.
▷ def uses_datetime_field(self) @cached_property Return `True` if the date field is a `DateTimeField` and `False` if it's a `DateField`.
@cached_property
def uses_datetime_field(self)
Subclasses