1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/model_fields
2017-04-29 07:42:12 -04:00
..
__init__.py
4x8.png
8x4.png
models.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
test_binaryfield.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
test_booleanfield.py Added a test for NullBooleanField.formfield(). 2016-12-20 07:57:25 -05:00
test_charfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_datetimefield.py
test_decimalfield.py Removed blank line in tests/model_fields/test_decimalfield.py per isort. 2017-04-29 07:42:12 -04:00
test_durationfield.py
test_field_flags.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test_filefield.py Fixed #27188 -- Allowed using unique=True with FileField. 2016-10-28 20:11:03 -04:00
test_floatfield.py
test_foreignkey.py Fixed spelling mistakes in code and comments. 2017-01-19 07:52:41 -05:00
test_genericipaddressfield.py
test_imagefield.py Removed unneeded parentheses in class definitions 2017-01-29 18:06:26 +01:00
test_integerfield.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
test_manytomanyfield.py Fixed spelling mistakes in code and comments. 2017-01-19 07:52:41 -05:00
test_promises.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
test_slugfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_textfield.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_uuid.py Refs #27148 -- Fixed UUIDField.to_python(None) crash. 2017-02-10 13:54:52 -05:00
tests.py Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices. 2017-03-23 13:22:04 -04:00