On Apr 9, 12:30 am, Chris <
macmichae...@gmail.com> wrote:
> I am trying create a custom model field that will create 2 field
> instances, a CharField and a booleanField. I am using this with
> signals and dispatchers to insert data entered from this custom field
> into another model/table that contains a boolean and char field. my
> question is: how can I return 2 field objects in a single model
> subclass class. Seems like it would be similar to what occurs in
> datetimeField but not sure how to implement. so end result would look
> something like this: