Mariusz Felisiak
|
c18861804f
Fixed warnings per flake8 5.0.0.
|
2 жил өмнө |
David Smith
|
d126eba363
Refs #32339 -- Deprecated default.html form template.
|
2 жил өмнө |
Mariusz Felisiak
|
1760ad4e8c
Relaxed some query ordering assertions in various tests.
|
3 жил өмнө |
SanderBeekhuis
|
27d52158b2
Fixed #33627 -- Improved nonexistent pk in ModelMultipleChoiceFieldTests.test_model_multiple_choice_field().
|
3 жил өмнө |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 жил өмнө |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 жил өмнө |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 жил өмнө |
Claude Paroz
|
7c4f396509
Stopped including type="text/css" attributes for CSS link tags.
|
3 жил өмнө |
David Smith
|
eba9a9b7f7
Refs #32338 -- Added Boundfield.legend_tag().
|
3 жил өмнө |
Hasan Ramezani
|
0a28b42b15
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to.
|
3 жил өмнө |
Hasan Ramezani
|
3f7b327562
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
4 жил өмнө |
alvinshaita
|
556fa4bbba
Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on multi-value relations.
|
4 жил өмнө |
David Smith
|
b8239cae19
Refs #28009 -- Added empty_value tests for CharField subclasses.
|
4 жил өмнө |
David Smith
|
e74b3d724e
Bumped minimum isort version to 5.1.0.
|
4 жил өмнө |
Mariusz Felisiak
|
09914ccf68
Fixed test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0.
|
4 жил өмнө |
Jon Dufresne
|
e13cfc6dfd
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
|
4 жил өмнө |
Jon Dufresne
|
3b1cb78063
Used assertIs(…, True) in model_forms.tests.ValidationTest.
|
4 жил өмнө |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
5 жил өмнө |
Hasan Ramezani
|
da79ee472d
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect for fields with blank=False.
|
5 жил өмнө |
Mariusz Felisiak
|
1d5fb35e6a
Refs #26813 -- Added test for ModelChoiceField.choices when using RadioSelect widget.
|
5 жил өмнө |
Jon Dufresne
|
e703b93a65
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags.
|
5 жил өмнө |
Jon Dufresne
|
42b9a23267
Fixed #30400 -- Improved typography of user facing strings.
|
5 жил өмнө |
RobertAKARobin
|
aa94f7c899
Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().
|
5 жил өмнө |
Jon Dufresne
|
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
6 жил өмнө |
belegnar
|
1ffddfc233
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is passed.
|
6 жил өмнө |
belegnar
|
714cf468e1
Refs #30302 -- Added more tests for forms.model_to_dict().
|
6 жил өмнө |
Tim Graham
|
0004daa536
Used 4 space hanging indent for dictionaries.
|
6 жил өмнө |
Simon Charette
|
84e7a9f4a7
Switched setUp() to setUpTestData() where possible in Django's tests.
|
6 жил өмнө |
Tim Graham
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
6 жил өмнө |
Carlton Gibson
|
1c05fe65f2
Refs #13091 -- Added test for commit=False idiom with partial unique_together validation.
|
6 жил өмнө |