Skip to content

A Django form containing BitField always have this field as changed #126

Description

@b1izzard

As the title says the form is always marked and changed.

in the changed_data property of the Form, initial_value is an int while the data_value is a list

this is causing Field.has_changed to return True because of the ValidationError thrown by the to_python method

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions