This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
forms_tests
/
field_tests
History
Claude Paroz
7f85498eef
Fixed
#32110
-- Doc'd and tested enumerations for ChoiceField.choices.
2020-10-17 20:30:57 +02:00
..
filepathfield_test_dir
…
__init__.py
…
test_base.py
…
test_booleanfield.py
…
test_charfield.py
…
test_choicefield.py
Fixed
#32110
-- Doc'd and tested enumerations for ChoiceField.choices.
2020-10-17 20:30:57 +02:00
test_combofield.py
…
test_datefield.py
…
test_datetimefield.py
…
test_decimalfield.py
…
test_durationfield.py
…
test_emailfield.py
Refs
#28009
-- Added empty_value tests for CharField subclasses.
2020-09-25 12:33:54 +02:00
test_filefield.py
…
test_filepathfield.py
…
test_floatfield.py
…
test_genericipaddressfield.py
…
test_imagefield.py
…
test_integerfield.py
…
test_jsonfield.py
Fixed
#32080
-- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
2020-10-09 08:14:17 +02:00
test_multiplechoicefield.py
…
test_multivaluefield.py
…
test_nullbooleanfield.py
…
test_regexfield.py
Refs
#28009
-- Added empty_value tests for CharField subclasses.
2020-09-25 12:33:54 +02:00
test_slugfield.py
Refs
#28009
-- Added empty_value tests for CharField subclasses.
2020-09-25 12:33:54 +02:00
test_splitdatetimefield.py
…
test_timefield.py
…
test_typedchoicefield.py
…
test_typedmultiplechoicefield.py
…
test_urlfield.py
Refs
#28009
-- Added empty_value tests for CharField subclasses.
2020-09-25 12:33:54 +02:00
test_uuidfield.py
Added assertions for cleaning None values for forms.JSONField and forms.UUIDField.
2020-09-25 10:12:01 +02:00