Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 yıl önce
..
4x8.png 89f40e3624 Merged regressiontests and modeltests into the test root. 12 yıl önce
8x4.png 89f40e3624 Merged regressiontests and modeltests into the test root. 12 yıl önce
__init__.py 89f40e3624 Merged regressiontests and modeltests into the test root. 12 yıl önce
models.py 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 yıl önce
test_autofield.py 21e559495b Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and refactored AutoFields. 5 yıl önce
test_binaryfield.py 498092377b Refs #27804 -- Used subTest() in BinaryFieldTests.test_set_and_retrieve. 5 yıl önce
test_booleanfield.py 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. 7 yıl önce
test_charfield.py 2f72480fbd Replaced deprecated assertEquals() with assertEqual(). 5 yıl önce
test_datetimefield.py a80903b711 Removed DatabaseFeatures.supports_microsecond_precision. 7 yıl önce
test_decimalfield.py 42b9a23267 Fixed #30400 -- Improved typography of user facing strings. 5 yıl önce
test_durationfield.py 42b9a23267 Fixed #30400 -- Improved typography of user facing strings. 5 yıl önce
test_field_flags.py 8ef8bc0f64 Refs #28909 -- Simplifed code using unpacking generalizations. 6 yıl önce
test_filefield.py 77aa74cb70 Refs #29983 -- Added support for using pathlib.Path in all settings. 5 yıl önce
test_filepathfield.py ef082ebb84 Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path. 5 yıl önce
test_floatfield.py 25f21bd237 Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values. 5 yıl önce
test_foreignkey.py 5e3463f6bc Fixed #27595 -- Made ForeignKey.get_col() follow target chains. 6 yıl önce
test_genericipaddressfield.py 4681d65048 Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField. 9 yıl önce
test_imagefield.py 7552de7866 Used more specific unittest assertions in tests. 5 yıl önce
test_integerfield.py 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 yıl önce
test_manytomanyfield.py e5bd585c6e Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy. 7 yıl önce
test_promises.py 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 yıl önce
test_slugfield.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
test_textfield.py dc63ad7ac0 Fixed #28319 -- Made TextField with choices use a Select widget. 7 yıl önce
test_uuid.py d9881a025c Fixed #29915 -- Added support for values with hyphens to pattern lookups for UUIDField on backends without UUID datatype. 5 yıl önce
tests.py 2d38eb0ab9 Fixed #30931 -- Restored ability to override Model.get_FIELD_display(). 5 yıl önce