summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_binaryfield.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne2018-10-011-1/+6
|
* Added test of filtering on BinaryField and corrected docs.Jon Dufresne2018-09-261-0/+10
|
* Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry2017-12-221-0/+9
|
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
| | | | Thanks Tim Graham for the review.
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+28