queryset Same as ModelChoiceField.queryset. Takes one optional argument:
max_digits The maximum number of digits (those before the decimal point plus those after the decimal point, with leading zeros
recursive If False (the default) only the direct contents of path will be offered as choices. If True
input_time_formats A list of formats used to attempt to convert a string to a valid datetime.time object.
class DateTimeField(**kwargs) [source] Default widget:
to_field_name Same as ModelChoiceField.to_field_name.
Field.has_changed() [source] The has_changed() method is used to determine if
class FileField(**kwargs) [source] Default widget:
class NullBooleanField(**kwargs) [source] Default widget:
allow_unicode New in Django 1.9. A boolean
Page 8 of 8