- Django better admin ArrayField version: 1.4.2
- Django version: 3.1.3
- Python version: 3.9.1
- Operating System: Various
Description
ArrayFields show up on a model instance's history as changed on save even when no change was made to the field. It occurs even when left blank. Is this the expected behaviour?
What I Did
Save on model admin page without altering ArrayField.
Description
ArrayFields show up on a model instance's history as changed on save even when no change was made to the field. It occurs even when left blank. Is this the expected behaviour?
What I Did
Save on model admin page without altering ArrayField.