summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_binaryfield.py
AgeCommit message (Collapse)Author
2018-10-01[2.1.x] Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
Backport of b3b47bf5156d400595363fa0029e51ce3f974ff0 from master.
2018-09-26[2.1.x] Added test of filtering on BinaryField and corrected docs.Jon Dufresne
Backport of fb2964a4106b1282c4179b6fbbd0374f5be1ccac from master.
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
Thanks Tim Graham for the review.
2016-03-23Split model_fields tests into different files.Tim Graham