Luke Plant
|
ae2da5ba65
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument.
|
3 vuotta sitten |
Luke Plant
|
1882f6567d
Refs #33562 -- Added tests HttpRequest.get_signed_cookie() with timedeltas.
|
3 vuotta sitten |
Ryan Heard
|
c6b4d62fa2
Fixed #29865 -- Added logical XOR support for Q() and querysets.
|
3 vuotta sitten |
Mariusz Felisiak
|
795da6306a
Refs #31169 -- Prevented infinite loop in tests on failures.
|
3 vuotta sitten |
Mariusz Felisiak
|
a46bc327e7
Refs #11293 -- Added test for filtering aggregates with negated & operator.
|
3 vuotta sitten |
Adam Johnson
|
b811364421
Refs #33446 -- Allowed variable whitespace in CSS source map references.
|
3 vuotta sitten |
Keryn Knight
|
24cc51f8fb
Refs #27624 -- Optimized Query.clone() a bit.
|
3 vuotta sitten |
Keryn Knight
|
6d5709ce7d
Refs #27624 -- Optimized sql.Query creation by moving immutable/singleton attributes to class attributes.
|
3 vuotta sitten |
Collin Anderson
|
5659015d3c
Optimized lazy wrappers a bit.
|
3 vuotta sitten |
Keryn Knight
|
95b7d01d38
Refs #33546 -- Optimized handling content types in HttpResponseBase.__init__().
|
3 vuotta sitten |
Keryn Knight
|
4b2f6ace57
Refs #33546 -- Optimized HttpResponseBase.charset a bit.
|
3 vuotta sitten |
Keryn Knight
|
51f896fe25
Refs #33546 -- Optimized ResponseHeaders._convert_to_charset() by reducing the type-checking duplication.
|
3 vuotta sitten |
Keryn Knight
|
e0b197c63c
Refs #33546 -- Avoided unpacking data in ResponseHeaders when not necessary.
|
3 vuotta sitten |
Keryn Knight
|
9bde906fb2
Refs #10188 -- Added tests for BadHeaderErrors when HTTP header with newlines cannot be encoded/decoded.
|
3 vuotta sitten |
Nick Pope
|
d436554861
Fixed #33553 -- Used built-in math functions in SQLite 3.35+.
|
3 vuotta sitten |
Carlton Gibson
|
9652a118ce
Added stub release notes for Django 4.0.4.
|
3 vuotta sitten |
Carlton Gibson
|
47143e27d4
Updated release date for version 4.0.3.
|
3 vuotta sitten |
Mariusz Felisiak
|
445b075def
Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fields in admin.
|
3 vuotta sitten |
Hrushikesh Vaidya
|
119f227aa6
Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.radio_fields.
|
3 vuotta sitten |
Dulalet
|
e0442a628e
Fixed #33527 -- Removed unnecessary code in ModelAdmin._changeform_view().
|
3 vuotta sitten |
Alokik Vijay
|
c1d168be0f
Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on MariaDB 10.8+.
|
3 vuotta sitten |
Mariusz Felisiak
|
26c166c3b0
Added test for removing through model from ManyToManyField.
|
3 vuotta sitten |
Mariusz Felisiak
|
aa8c36118c
Optimized docs images.
|
3 vuotta sitten |
Albert Defler
|
2b6a3baebe
Fixed #31486 -- Deprecated passing unsaved objects to related filters.
|
3 vuotta sitten |
Shubh1815
|
11cc227344
Fixed #33267 -- Added link to related item to related widget wrapper in admin.
|
3 vuotta sitten |
Albert Defler
|
18245b948b
Refs #7488, Refs #19524 -- Removed obsolete ModelInheritanceTest.test_issue_7488() test.
|
3 vuotta sitten |
Anders Kaseorg
|
7f4fc5cbd4
Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.
|
3 vuotta sitten |
Matthias Kestenholz
|
981615c6b5
Refs #33328 -- Added some advice regarding handling formset:added/removed in 3rd party libraries
|
3 vuotta sitten |
Keryn Knight
|
3de787a70b
Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for dicts.
|
3 vuotta sitten |
mgaligniana
|
fe7dbef586
Fixed #28889 -- Prevented double submission of admin forms.
|
3 vuotta sitten |