swingtime.base_forms

Functions

timeslot_offset_options([interval, ...])

Create a list of time slot options for use in swingtime forms.

timeslot_options([interval, start_time, ...])

Create a list of time slot options for use in swingtime forms.

Classes

BaseMultipleOccurrenceForm(*args, **kws)

MultipleIntegerField(choices[, size, label, ...])

A form field for handling multiple integers.

MultipleOccurrenceForm(*args, **kws)

SplitDateTimeWidget([attrs])

A Widget that splits datetime input into a SelectDateWidget for dates and Select widget for times.