Mariusz Felisiak
|
11879530a3
Updated Python license for 2021.
|
před 3 roky |
abhiabhi94
|
5a634a7b6f
Fixed #32906 -- Added docs and tests for using key and index lookups on JSONBAgg results.
|
před 3 roky |
David Wobrock
|
325d7710ce
Fixed #32743 -- Added foreign key altering when altering type of referenced primary key with MTI.
|
před 3 roky |
abhiabhi94
|
f876c7d08e
Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs.
|
před 3 roky |
Tom Wojcik
|
20226fcd46
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list.
|
před 3 roky |
Virtosu Bogdan
|
00ea883ef5
Fixed #32329 -- Made CsrfViewMiddleware catch more specific UnreadablePostError.
|
před 3 roky |
Virtosu Bogdan
|
852fa7617e
Refs #32329 -- Allowed specifying request class in csrf_tests test hooks.
|
před 3 roky |
Nick Pope
|
6b513f0137
Fixed #32913 -- Made watchman reloader tests less flaky.
|
před 3 roky |
Chris Jerdonek
|
3cfcb8cbc8
Refs #32902 -- Moved ensure_csrf_cookie_view after protected_view.
|
před 3 roky |
Chris Jerdonek
|
a2e1f1e295
Fixed #32902 -- Fixed CsrfViewMiddleware.process_response()'s cookie reset logic.
|
před 3 roky |
Chris Jerdonek
|
311401d9a2
Refs #32902 -- Added CSRF test when rotate_token() is called between resetting the token and processing response.
|
před 3 roky |
Abhyudai
|
019424e44e
Fixed #32950 -- Removed myproject from imports in admin docs where appropriate.
|
před 3 roky |
ryowright
|
1783b3cb24
Fixed #32275 -- Added scrypt password hasher.
|
před 4 roky |
Wu Haotian
|
65b880b726
Fixed #32930 -- Fixed URLValidator when port numbers < 10.
|
před 3 roky |
Wu Haotian
|
b96cc7f85e
Added more test cases with port numbers for URLValidator.
|
před 3 roky |
Mariusz Felisiak
|
83022d279c
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encode() methods of some password hashers.
|
před 3 roky |
Nick Pope
|
c35b81b864
Fixed #32951 -- Removed Query.where_class & co.
|
před 3 roky |
Carlton Gibson
|
012f38f959
Refs #32949 -- Adjusted release note wording.
|
před 3 roky |
yakimka
|
c542d0a072
Fixed #32949 -- Restored invalid number handling in DecimalField.validate().
|
před 3 roky |
David Wobrock
|
fd999318ad
Fixed #32704 -- Fixed list of deferred fields when chaining QuerySet.defer() after only().
|
před 3 roky |
David Wobrock
|
96706d76cd
Added more tests for chaining QuerySet.defer() after only().
|
před 3 roky |
Keryn Knight
|
6a970a8b46
Fixed #32944 -- Avoided unnecessary WhereNode.add() calls.
|
před 3 roky |
Keryn Knight
|
ff661dbd50
Refs #32940 -- Removed unnecessary branch in Node.add().
|
před 3 roky |
Keryn Knight
|
fb35e0a2fe
Refs #32940 -- Removed Node.add()'s unused squash parameter.
|
před 3 roky |
Nick Pope
|
fee8734596
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
|
před 3 roky |
Nick Pope
|
501a8db465
Fixed #10929 -- Added default argument to aggregates.
|
před 4 roky |
Keryn Knight
|
59942a66ce
Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.
|
před 3 roky |
Nick Pope
|
37ec8721df
Fixed #32942 -- Confirmed support for PostGIS 3.1.
|
před 3 roky |
Nick Pope
|
e21daa4e4c
Removed unnecessary tuple construction in Node.__eq__().
|
před 3 roky |
Chris Jerdonek
|
f3825ee050
Fixed wording of AuthViewsTestCase's docstring.
|
před 3 roky |