Sergey Fedoseev 8ef8bc0f64 Refs #28909 -- Simplifed code using unpacking generalizations. il y a 6 ans
..
4x8.png 89f40e3624 Merged regressiontests and modeltests into the test root. il y a 12 ans
8x4.png 89f40e3624 Merged regressiontests and modeltests into the test root. il y a 12 ans
__init__.py 89f40e3624 Merged regressiontests and modeltests into the test root. il y a 12 ans
models.py 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. il y a 7 ans
test_binaryfield.py fb2964a410 Added test of filtering on BinaryField and corrected docs. il y a 6 ans
test_booleanfield.py 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. il y a 7 ans
test_charfield.py e35004966b Moved tests for model Field.get_choices(). il y a 7 ans
test_datetimefield.py a80903b711 Removed DatabaseFeatures.supports_microsecond_precision. il y a 7 ans
test_decimalfield.py 6fd6d8383f Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField. il y a 7 ans
test_durationfield.py ae6fa914aa Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL. il y a 7 ans
test_field_flags.py 8ef8bc0f64 Refs #28909 -- Simplifed code using unpacking generalizations. il y a 6 ans
test_filefield.py 6bb3b2bff4 Refs #27777 -- Improved docs/added test for File context manager change. il y a 7 ans
test_floatfield.py a51c4de194 Used assertRaisesMessage() to test Django's error messages. il y a 7 ans
test_foreignkey.py e50add6ca1 Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model. il y a 7 ans
test_genericipaddressfield.py 4681d65048 Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField. il y a 9 ans
test_imagefield.py 362813d628 Fixed hanging indentation in various code. il y a 7 ans
test_integerfield.py dd82f33271 Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError when saving negative numbers in PositiveInteger fields. il y a 7 ans
test_manytomanyfield.py e5bd585c6e Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy. il y a 7 ans
test_promises.py 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage il y a 8 ans
test_slugfield.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
test_textfield.py dc63ad7ac0 Fixed #28319 -- Made TextField with choices use a Select widget. il y a 7 ans
test_uuid.py d26413113c Refs #27148 -- Fixed UUIDField.to_python(None) crash. il y a 8 ans
tests.py 21420096c4 Fixed #29247 -- Allowed blank model field choice to be defined in nested choices. il y a 7 ans