.. |
4x8.png
|
…
|
|
8x4.png
|
…
|
|
__init__.py
|
…
|
|
models.py
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
test_binaryfield.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_booleanfield.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_charfield.py
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
test_datetimefield.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_decimalfield.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_durationfield.py
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
test_field_flags.py
|
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
2016-04-13 10:10:53 -04:00 |
test_filefield.py
|
Fixed #27188 -- Allowed using unique=True with FileField.
|
2016-10-28 20:11:03 -04:00 |
test_floatfield.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_foreignkey.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_genericipaddressfield.py
|
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
|
2016-04-29 10:11:49 -04:00 |
test_imagefield.py
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
test_integerfield.py
|
Fixed #26786 -- Avoided redundant max value validators on integer fields.
|
2016-06-28 11:39:20 -04:00 |
test_manytomanyfield.py
|
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
|
2016-07-12 16:20:06 -04:00 |
test_promises.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_slugfield.py
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |
test_textfield.py
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
test_uuid.py
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
tests.py
|
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
|
2016-12-14 14:04:26 -05:00 |