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
/
model_forms
Age
Commit message (
Expand
)
Author
2016-07-30
[1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
Tim Graham
2016-07-27
[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
Tim Graham
2016-07-12
[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to...
Andrey Fedoseev
2016-07-01
[1.10.x] Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-18
[1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with Mod...
Tim Graham
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
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
2015-03-05
Fixed #24428 -- Fixed has_changed for fields with coercion
Claude Paroz
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-13
Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-11-21
Fixed #23865 -- documented how to assign errors to a field in Model.clean()
Alasdair Nicol
2014-11-13
Fixed flake8 warning.
Tim Graham
2014-11-12
Fixed #23795 -- Fixed a regression in custom form fields
Baptiste Mispelon
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-04
Fixed #22745 -- Prevented reevaluation of ModelChoiceField's queryset when ac...
Vincent-Vega
2014-07-31
Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...
Niclas Olofsson
2014-07-26
Fixed #22979 -- Moved bug* tests
Tushar Bhatia
2014-06-04
Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...
Anubhav Joshi
2014-05-24
Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-26
Forgotten slash removal in d320863878
Claude Paroz
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-21
Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...
Tim Graham
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-20
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-03-14
Merged model_forms_regress with model_forms tests
Claude Paroz
2014-03-14
Fixed #6103 -- Splitted tests in model_forms tests
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
[next]