index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
Age
Commit message (
Expand
)
Author
2017-04-24
Removed obsolete Widget.format_output() in tests.
Tim Graham
2017-04-21
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Jon Dufresne
2017-04-20
Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple...
Tim Graham
2017-04-17
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Tim Graham
2017-04-07
Fixed #22654 -- Broken decimal validation
Raphael Michel
2017-04-01
Fixed #27989 -- Preserved empty QueryDicts for form's data/files args.
Stefan Wehrmeyer
2017-04-01
Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Claude Paroz
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-20
Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMulti...
Jon Dufresne
2017-03-18
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
Adonys Alea Boffill
2017-03-18
Added tests for SelectDateWidget.format_value().
Adonys Alea Boffill
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-14
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-06
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-23
Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
Jon Dufresne
2017-01-23
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
Tim Graham
2017-01-13
Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.
Mariusz Felisiak
2017-01-10
Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.
Mariusz Felisiak
2017-01-06
Refs #15667 -- Prevented newlines in attrs.html widget rendering.
Dmitry
2016-12-28
Refs #15667 -- Fixed form renderer test for Python 2 non-ASCII path.
Tim Graham
2016-12-28
Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...
Josef Rousek
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-27
Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs.
Illia Volochii
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-01
Fixed #27119 -- Cached BaseFormSet.management_form property
Claude Paroz
2016-11-22
Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
Diego MartÃn
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-11
Fixed #27431 -- Prevented disabled form fields from appearing as changed.
Kenneth Veldman
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-06
Fixed #27369 -- Prevented widgets from being shared between form field instan...
Michal Petrucha
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
[prev]
[next]