Daniyal
|
a0410ffe8f
Refs #32552 -- Added DiscoverRunner.log() to allow customization.
|
4 年之前 |
Chris Jerdonek
|
cd19db10df
Fixed #32796 -- Changed CsrfViewMiddleware to fail earlier on badly formatted cookie tokens.
|
3 年之前 |
Chris Jerdonek
|
623cec0879
Refs #32796 -- Added CsrfViewMiddleware tests for incorrectly formatted cookie tokens.
|
3 年之前 |
abhiabhi94
|
c609d5149c
Refs #24121 -- Added __repr__() to Engine
|
3 年之前 |
Chris Jerdonek
|
55775891fb
Fixed #32795 -- Changed CsrfViewMiddleware to fail earlier on badly formatted tokens.
|
3 年之前 |
Chris Jerdonek
|
ffdee8d264
Refs #32795 -- Added CsrfViewMiddleware tests for rejecting invalid or missing tokens.
|
3 年之前 |
Gildardo Adrian Maravilla Jacome
|
91e21836f6
Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.
|
4 年之前 |
Gildardo Adrian Maravilla Jacome
|
781b44240a
Refs #32319 -- Changed HashedFilesMixin to use named groups in patterns.
|
3 年之前 |
Chris Jerdonek
|
d270dd584e
Refs #32778 -- Improved the name of the regex object detecting invalid CSRF token characters.
|
3 年之前 |
David Sanders
|
5685b7cd73
Fixed typos in comments and docs.
|
3 年之前 |
David Wobrock
|
b9df2b74b9
Fixed #32676 -- Prevented migrations from rendering related field attributes when not passed during initialization.
|
3 年之前 |
Hannes Ljungberg
|
b746596f5f
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
|
3 年之前 |
abhiabhi94
|
22da686ca9
Refs #24121 -- Added __repr__() to PermWrapper.
|
3 年之前 |
Chris Jerdonek
|
214b36f50a
Refs #32596 -- Added early return on safe methods in CsrfViewMiddleware.process_view().
|
4 年之前 |
Chris Jerdonek
|
cfd8c91839
Refs #32596 -- Optimized CsrfViewMiddleware._check_referer() to delay computing good_referer.
|
4 年之前 |
Chris Jerdonek
|
71179a6124
Fixed #32596 -- Added CsrfViewMiddleware._check_referer().
|
4 年之前 |
Mohammadreza Varasteh
|
e93eb3d971
Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.
|
3 年之前 |
Chris Jerdonek
|
02c59b7a43
Refs #32596 -- Added extra tests for CsrfViewMiddleware's referer logic.
|
4 年之前 |
Nick Pope
|
e513fb0e77
Fixed typo in MiddlewareMixin deprecation note.
|
3 年之前 |
Nilo César Teixeira
|
0d67481a66
Fixed #32762 -- Fixed locale reset in compilemessages test.
|
3 年之前 |
Moriyoshi Koizumi
|
9e4780deda
Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader.
|
3 年之前 |
Michael Lissner
|
5a8e8f80bb
Fixed #32772 -- Made database cache count size once per set.
|
3 年之前 |
Mariusz Felisiak
|
12b19a1d76
Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have __spec__ attribute.
|
3 年之前 |
Hasan Ramezani
|
1143f3bb5e
Fixed #32543 -- Added search_help_text to ModelAdmin.
|
3 年之前 |
Carlton Gibson
|
b46dbd4e3e
Added stub release notes and date for Django 3.2.4, 3.1.12, and 2.2.24.
|
3 年之前 |
Hasan Ramezani
|
68357b2ca9
Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.
|
3 年之前 |
Mariusz Felisiak
|
7e51893911
Refs #32379 -- Added USE_TZ settings to AdminScriptTestCase.write_settings().
|
3 年之前 |
Hannes Ljungberg
|
3e0fdf5546
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/deferrable unique constraints on SQLite.
|
3 年之前 |
abhiabhi94
|
866dccb650
Fixed #32778 -- Avoided unnecessary recompilation of token regex in _sanitize_token().
|
3 年之前 |
saeedblanchette
|
d3d95d645f
Refs #24121 -- Added __repr__() to Lookup.
|
3 年之前 |