django/tests/model_fields
Claude Paroz 388bb5bd9a Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Thanks Tim Graham for completing the initial patch.
2016-05-04 20:02:01 +02:00
..
4x8.png
8x4.png
__init__.py
models.py
test_binaryfield.py
test_booleanfield.py Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() 2016-05-04 20:02:01 +02:00
test_charfield.py
test_datetimefield.py
test_decimalfield.py Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() 2016-05-04 20:02:01 +02:00
test_durationfield.py
test_field_flags.py Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
test_filefield.py
test_floatfield.py
test_foreignkey.py
test_genericipaddressfield.py Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField. 2016-04-29 10:11:49 -04:00
test_imagefield.py Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage. 2016-04-30 17:22:40 -04:00
test_integerfield.py
test_manytomanyfield.py
test_promises.py
test_slugfield.py
test_textfield.py
test_uuid.py
tests.py