1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/tests/model_fields
David Sanders 91f8df5c2e [4.2.x] Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField values to decimal."
This reverts 7990d254b0.

Thanks Marc Odermatt for the report.
Backport of 0c1518ee42 from main
2023-05-24 11:00:21 +02: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 [4.2.x] Fixed #34590 -- Reverted "Refs #33308 -- Improved adapting DecimalField values to decimal." 2023-05-24 11:00:21 +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 [4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. 2023-05-16 11:02:33 +02:00
test_manytomanyfield.py
test_promises.py
test_slugfield.py
test_textfield.py
test_uuid.py
tests.py