mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +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
|
|
@ -257,7 +257,7 @@ uuid_obj = uuid.uuid4()
|
|||
|
||||
test_data = [
|
||||
# Format: (test helper, PK value, Model Class, data)
|
||||
(data_obj, 1, BinaryData, memoryview(b"\x05\xFD\x00")),
|
||||
(data_obj, 1, BinaryData, memoryview(b"\x05\xfd\x00")),
|
||||
(data_obj, 5, BooleanData, True),
|
||||
(data_obj, 6, BooleanData, False),
|
||||
(data_obj, 7, BooleanData, None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue