class documentation

class DateTimeCheckMixin:

Known subclasses: django.db.models.fields.DateField, django.db.models.fields.TimeField

View In Hierarchy

Undocumented

Method ​_check​_fix​_default​_value Undocumented
Method ​_check​_if​_value​_fixed No summary
Method ​_check​_mutually​_exclusive​_options Undocumented
Method check Undocumented
def _check_fix_default_value(self):
def _check_if_value_fixed(self, value, now=None):
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):

Undocumented

def check(self, **kwargs):

Undocumented