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-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
forms_tests
/
tests
History
Tim Graham
c09bf8d767
Fixed
#28058
-- Restored empty BoundFields evaluating to True.
...
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
2017-04-17 08:32:29 -04:00
..
filepath_test_files
…
__init__.py
…
test_error_messages.py
Fixed
#27957
-- Removed technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages.
2017-03-20 13:12:55 -04:00
test_forms.py
Fixed
#28058
-- Restored empty BoundFields evaluating to True.
2017-04-17 08:32:29 -04:00
test_formsets.py
Refs
#23919
-- Replaced kwargs.pop() with keyword-only arguments.
2017-02-01 11:41:56 -05:00
test_i18n.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
test_input_formats.py
…
test_media.py
…
test_renderers.py
…
test_utils.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
test_validators.py
…
test_widgets.py
…
tests.py
Refs
#23919
-- Removed default 'utf-8' argument for str.encode()/decode().
2017-02-09 09:03:47 -05:00