mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Applied Black's 2025 stable style.
https://github.com/psf/black/releases/tag/25.1.0
This commit is contained in:
parent
ea1e3703be
commit
ff3aaf036f
45 changed files with 210 additions and 182 deletions
|
|
@ -6,7 +6,7 @@ from .models import DataModel
|
|||
|
||||
|
||||
class BinaryFieldTests(TestCase):
|
||||
binary_data = b"\x00\x46\xFE"
|
||||
binary_data = b"\x00\x46\xfe"
|
||||
|
||||
def test_set_and_retrieve(self):
|
||||
data_set = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue