Skip to content

Question on BooleanField value #327

@chinyeungli

Description

@chinyeungli

Following are the keys that only take Boolean value:

            ('redistribute', BooleanField()),
            ('attribute', BooleanField()),
            ('track_change', BooleanField()),
            ('modified', BooleanField()),

My question is should this be restricted? For instance, some users may want to have a x instead of Yes to represent the True condition and a blank value instead of No to represent the False value.

@DennisClark and @pombredanne input are welcome

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions