class documentation

Undocumented

Method check Undocumented
Method _check_fix_default_value Undocumented
Method _check_if_value_fixed Check if the given value appears to have been provided as a "fixed" time value, and include a warning in the returned list if it does. The value argument must be a date object or aware/naive datetime object...
Method _check_mutually_exclusive_options Undocumented
def check(self, **kwargs): (source)

Undocumented

def _check_fix_default_value(self): (source)
def _check_if_value_fixed(self, value, now=None): (source)

Check if the given value appears to have been provided as a "fixed" time value, and include a warning in the returned list if it does. The value argument must be a date object or aware/naive datetime object. If now is provided, it must be a naive datetime object.

def _check_mutually_exclusive_options(self): (source)

Undocumented