MAHANTH-wq
|
0da212ffbf
Fixed #32057 -- Doc'd HttpResponse.get()/items().
|
4 лет назад |
Mariusz Felisiak
|
85fa24e3eb
Added stub release notes for 3.1.3.
|
4 лет назад |
Mariusz Felisiak
|
5a1f0f1318
Added release date for 3.1.2.
|
4 лет назад |
Tom Carrick
|
8ee4bb6ffc
Fixed #31986 -- Fixed admin filter sidebar scrolling.
|
4 лет назад |
Hasan Ramezani
|
6eb3f53bdd
Fixed #32047 -- Fixed call_command() crash if a constant option from required mutually exclusive group is passed in options.
|
4 лет назад |
aryan
|
11c4a4412b
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
|
5 лет назад |
aryan
|
21b127bfbc
Refs #30422 -- Added test for removing temporary files in MultiPartParser when StopUpload is raised.
|
4 лет назад |
Claude Paroz
|
5fcfe5361e
Updated translations from Transifex.
|
4 лет назад |
Thomas Grainger
|
c1442e1192
Updated ASGI uvicorn deployment docs.
|
4 лет назад |
David Wobrock
|
058747b77a
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating over aggregation aliases.
|
4 лет назад |
Jacob Walls
|
01a7af09b9
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number.
|
4 лет назад |
meghanabhange
|
848770dd2c
Fixed #32042 -- Improved error messages for the number of submitted forms in formsets.
|
4 лет назад |
David Smith
|
91669cc566
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
|
4 лет назад |
David Smith
|
b8239cae19
Refs #28009 -- Added empty_value tests for CharField subclasses.
|
4 лет назад |
David Smith
|
997f87c5b0
Added assertions for cleaning None values for forms.JSONField and forms.UUIDField.
|
4 лет назад |
David Smith
|
e6d77e6515
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
|
4 лет назад |
David Smith
|
4b032142fa
Used assertRaisesMessage() in CharField tests.
|
4 лет назад |
Mariusz Felisiak
|
e4ab44a4b2
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
|
4 лет назад |
Mariusz Felisiak
|
33e91f3ed8
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
|
4 лет назад |
Mariusz Felisiak
|
10a289745f
Fixed typo and indentation in docs/ref/forms/fields.txt.
|
4 лет назад |
David Smith
|
599f2f79e2
Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.
|
4 лет назад |
David Smith
|
1ac337cca6
Refs #30563 -- Added tests for merging form Media with different ordering.
|
4 лет назад |
Jacob Walls
|
e26a7a8ef4
Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements.
|
4 лет назад |
Matthias Kestenholz
|
01974d7f75
Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio inputs.
|
4 лет назад |
Matthias Kestenholz
|
01c6caa3e6
Fixed #32027 -- Fixed wrapping of long words in admin error messages.
|
4 лет назад |
Paweł Zarębski
|
054ab1e00f
Fixed example of QuerySet.explain() with flags in docs.
|
4 лет назад |
Mariusz Felisiak
|
77caeaea88
Fixed #32012 -- Made test database creation sync apps models when migrations are disabled.
|
4 лет назад |
Raffaele Salmaso
|
7b9596b974
Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.
|
4 лет назад |
Raffaele Salmaso
|
666f2e8acd
Refs #32034 -- Added test for title on admin app index view.
|
4 лет назад |
Hasan Ramezani
|
71d10ca8c9
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
|
4 лет назад |