index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_forms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-06
1
-20
/
+20
*
Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...
alvinshaita
2020-10-27
2
-2
/
+74
*
Refs #28009 -- Added empty_value tests for CharField subclasses.
David Smith
2020-09-25
2
-4
/
+18
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-1
/
+1
*
Fixed test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40...
Mariusz Felisiak
2020-06-26
1
-4
/
+4
*
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
Jon Dufresne
2020-06-25
2
-0
/
+55
*
Used assertIs(…, True) in model_forms.tests.ValidationTest.
Jon Dufresne
2020-05-18
1
-3
/
+3
*
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-28
2
-4
/
+3
*
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...
Hasan Ramezani
2020-02-05
3
-0
/
+40
*
Refs #26813 -- Added test for ModelChoiceField.choices when using RadioSelect...
Mariusz Felisiak
2020-02-05
1
-0
/
+14
*
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...
Jon Dufresne
2019-12-23
1
-0
/
+26
*
Fixed typo in ModelChoiceFieldTests.
Jon Dufresne
2019-12-11
1
-1
/
+1
*
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-11
1
-1
/
+1
*
Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...
Etienne Chové
2019-10-11
1
-0
/
+19
*
Added ModelChoiceField test for validation with to_field_name.
Etienne Chové
2019-10-11
1
-0
/
+4
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
2
-2
/
+2
*
Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().
RobertAKARobin
2019-06-04
1
-0
/
+26
*
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-25
1
-7
/
+7
*
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...
belegnar
2019-04-03
1
-0
/
+1
*
Refs #30302 -- Added more tests for forms.model_to_dict().
belegnar
2019-04-03
1
-0
/
+3
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-9
/
+19
*
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-27
1
-3
/
+3
*
Moved choices inside of test models per coding style.
Manan
2018-12-10
1
-12
/
+10
*
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
1
-6
/
+8
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-1
/
+1
*
Refs #13091 -- Added test for commit=False idiom with partial unique_together...
Carlton Gibson
2018-07-25
1
-0
/
+28
*
Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.
François Freitag
2018-04-23
1
-0
/
+11
*
Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.
François Freitag
2018-04-23
2
-12
/
+20
*
Fixed #29279 -- Added renderer argument to ModelForm.
Dan Watson
2018-03-31
1
-0
/
+4
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-58
/
+58
*
Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.
François Freitag
2018-03-01
1
-0
/
+11
*
Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...
François Freitag
2018-03-01
2
-1
/
+2
*
Consolidated ModelChoiceField tests.
François Freitag
2018-03-01
2
-258
/
+277
*
Eliminated the need to modify a model forms test when new test files are added.
Tim Graham
2018-02-28
2
-7
/
+3
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-58
/
+58
*
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-20
1
-8
/
+8
*
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-08-31
1
-0
/
+15
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-9
/
+17
*
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-07-14
1
-0
/
+8
*
Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-30
1
-1
/
+11
*
Refs #23919 -- Replaced stray super(ClassName, self) with super().
Tom
2017-06-10
1
-1
/
+1
*
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-06-01
2
-1
/
+30
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-9
/
+9
*
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-31
1
-0
/
+16
*
Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
James Beith
2017-03-22
1
-0
/
+11
*
Fixed nondeterministic ordering test failure in model_forms.
Mariusz Felisiak
2017-03-16
1
-1
/
+1
*
Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a q...
Tim Graham
2017-03-15
1
-0
/
+9
*
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-28
2
-10
/
+0
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
1
-2
/
+1
*
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...
Jon Dufresne
2017-01-31
1
-0
/
+37
[next]