index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_forms
Age
Commit message (
Expand
)
Author
2017-08-31
[1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes ...
Tim Graham
2017-07-14
[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that su...
Srinivas Reddy Thatiparthy
2017-06-30
[1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-01
[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the fo...
Manatsawin Hanmongkolchai
2017-03-31
[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-22
[1.11.x] Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
James Beith
2017-03-17
[1.11.x] Fixed nondeterministic ordering test failure in model_forms.
Mariusz Felisiak
2017-03-15
[1.11.x] Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't ...
Tim Graham
2017-01-31
[1.11.x] Fixed #27758 -- Reallowed AdvancedModelIterator pattern after templa...
Jon Dufresne
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-02
Updated LimitChoicesToTests to use setUpTestData and cosmetic edits.
Tim Graham
2016-12-02
Fixed #27563 -- Moved "apply limit_choices_to" code from BaseModelForm to fie...
Jon Dufresne
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-10-31
Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.
Tim Graham
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-21
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-09-09
Organized forms_tests test_regressions.py.
Tim Graham
2016-09-01
Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Alex Hill
2016-08-24
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Tim Graham
2016-08-08
Fixed #27002 -- Prevented double query when rendering ModelChoiceField.
Alex Hill
2016-08-03
Fixed #27001 -- Fixed a query count regression in ModelChoiceField with Radio...
Alex Hill
2016-07-30
Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
Tim Graham
2016-07-27
Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
Tim Graham
2016-07-12
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Andrey Fedoseev
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-18
Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceI...
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-13
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-09
Fixed #26734 -- Made iterator class configurable on ModelChoiceField.
David Sanders
2016-05-02
Fixed docstring typos.
Offby-One Kenobi
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-26
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...
Yoong Kang Lim
2016-02-21
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-19
Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...
haxoza
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-05
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-09-23
Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-07
Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...
Keryn Knight
2015-08-07
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-25
Fixed #24531 -- Improved CommaSeparatedIntegerField validation.
Bertrand Bordage
2015-03-05
Updated test to be date-independent
Claude Paroz
[next]