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
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-10-11
Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...
Etienne Chové
2019-10-11
Added ModelChoiceField test for validation with to_field_name.
Etienne Chové
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-04
Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().
RobertAKARobin
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-03
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...
belegnar
2019-04-03
Refs #30302 -- Added more tests for forms.model_to_dict().
belegnar
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-10
Moved choices inside of test models per coding style.
Manan
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-07-25
Refs #13091 -- Added test for commit=False idiom with partial unique_together...
Carlton Gibson
2018-04-23
Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.
François Freitag
2018-04-23
Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.
François Freitag
2018-03-31
Fixed #29279 -- Added renderer argument to ModelForm.
Dan Watson
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-01
Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.
François Freitag
2018-03-01
Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...
François Freitag
2018-03-01
Consolidated ModelChoiceField tests.
François Freitag
2018-02-28
Eliminated the need to modify a model forms test when new test files are added.
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-14
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-06-30
Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-10
Refs #23919 -- Replaced stray super(ClassName, self) with super().
Tom
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-22
Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
James Beith
2017-03-16
Fixed nondeterministic ordering test failure in model_forms.
Mariusz Felisiak
2017-03-15
Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a q...
Tim Graham
2017-02-28
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-01-31
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
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 #26154 -- Removed deprecated CommaSeparatedIntegerField.
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-02
Updated LimitChoicesToTests to use setUpTestData and cosmetic edits.
Tim Graham
[prev]
[next]