William Schwartz
|
7248afe12f
Refs #32105 -- Moved ExceptionReporter template paths to properties.
|
4 years ago |
bankc
|
db5b75f10f
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
|
4 years ago |
Mariusz Felisiak
|
f6018c1e63
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
|
4 years ago |
Mariusz Felisiak
|
3c75f1f3ca
Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with Unicode chars.
|
4 years ago |
Chris Jerdonek
|
038940cf55
Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors.
|
4 years ago |
Daniyal
|
7c08f26bf0
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
|
4 years ago |
Adam Johnson
|
0c0b87725b
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view_class.
|
4 years ago |
arcanemachine
|
4a80d0f220
Removed dead link in docs/topics/http/sessions.txt.
|
4 years ago |
Nick Pope
|
41850eec99
Fixed #32572 -- Improved ResolverMatch.__repr__().
|
4 years ago |
Nick Pope
|
2f13c476ab
Fixed #31487 -- Added precision argument to Round().
|
4 years ago |
Chris Jerdonek
|
61d5e57353
Simplified and optimized test_match_tags().
|
4 years ago |
Hasan Ramezani
|
ed0cc52dc3
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
|
4 years ago |
Chris Jerdonek
|
dcb06c2c68
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
|
4 years ago |
William Schwartz
|
cecdec91cf
Refs #32355 -- Corrected comments about Python's _NamespacePath.
|
4 years ago |
John
|
509d266c6a
Added missing mode="rb" argument to open() call in Client.post() example in docs.
|
4 years ago |
sreehari1997
|
0860db225a
Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.
|
4 years ago |
Claude Paroz
|
cac9ec73db
Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph.
|
4 years ago |
Chris Jerdonek
|
ff514309e1
Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin header has an invalid host.
|
4 years ago |
Mariusz Felisiak
|
5b618f239c
Fixed RemoteTestResultTest tests without tblib.
|
4 years ago |
Simon Willison
|
e53159747c
Doc'd that RawSQL can be used with __in.
|
4 years ago |
Chris Jerdonek
|
f3825248a2
Refs #32579 -- Fixed cookie domain comment in CsrfViewMiddleware.process_view().
|
4 years ago |
Chris Jerdonek
|
70332e6c43
Refs #32579 -- Optimized good_hosts creation in CsrfViewMiddleware.process_view().
|
4 years ago |
Girish Sontakke
|
5388ff2a52
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite.
|
4 years ago |
Chris Jerdonek
|
f5a2244217
Fixed typo in DiscoverRunner --reverse help text.
|
4 years ago |
Chris Jerdonek
|
235d23cf99
Refs #32532 -- Added DiscoverRunner.load_tests_for_label().
|
4 years ago |
Mariusz Felisiak
|
83443e62d3
Optimized FkConstraintsTests.test_check_constraints by specifying a database table.
|
4 years ago |
Mariusz Felisiak
|
94463aa861
Removed trailing whitespaces in error messages.
|
4 years ago |
Adam Donaghy
|
cdd0b213a8
Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.
|
4 years ago |
Nick Pope
|
a96c730431
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model choice enums.
|
4 years ago |
Nick Pope
|
41e39c41c9
Refs #32460 -- Doc'd and tested that property names of model choice enums cannot be used as members.
|
4 years ago |