1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/model_fields
David Smith 80aae83439 [4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1 from main
2023-02-01 11:37:29 +01:00
..
__init__.py
4x8.png
8x4.png
models.py [4.2.x] Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:37:29 +01:00
test_autofield.py
test_binaryfield.py
test_booleanfield.py Removed obsolete assertions in BooleanFieldTests.test_return_type(). 2022-06-03 21:28:46 +02:00
test_charfield.py
test_datetimefield.py
test_decimalfield.py Fixed #33954 -- Prevented models.DecimalField from accepting NaN, Inf, and -Inf values. 2022-08-27 15:51:08 +02:00
test_durationfield.py
test_field_flags.py
test_filefield.py Refs #34100 -- Made file upload tests use Storage.exists() where appropriate. 2022-12-30 13:28:47 +01:00
test_filepathfield.py
test_floatfield.py
test_foreignkey.py Refs #31223 -- Added __class_getitem__() to ForeignKey. 2022-04-22 14:13:12 +02:00
test_genericipaddressfield.py
test_imagefield.py
test_integerfield.py
test_jsonfield.py Fixed #33308 -- Added support for psycopg version 3. 2022-12-15 06:17:57 +01:00
test_manytomanyfield.py
test_promises.py
test_slugfield.py
test_textfield.py
test_uuid.py
tests.py