Carl Meyer
|
7d1b69dbe7
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
|
8 лет назад |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 лет назад |
David Evans
|
99bb7fcc18
Fixed #26452 -- Loaded middleware on server start rather than on first request.
|
9 лет назад |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 лет назад |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 лет назад |
Tim Graham
|
849037af36
Refs #23957 -- Required session verification per deprecation timeline.
|
9 лет назад |
Marissa Zhou
|
8b1f39a727
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES.
|
9 лет назад |
Daniel Harding
|
ad31bc0565
Updated startproject MIDDLEWARE_CLASSES in docs.
|
10 лет назад |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 лет назад |
Tim Graham
|
75f107b884
Removed request.REQUEST per deprecation timeline; refs #18659.
|
10 лет назад |
Berker Peksag
|
093e6c68b9
Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.
|
10 лет назад |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 лет назад |
Peter Kowalczyk
|
48241ec9c4
Fixed typo in middleware docs.
|
10 лет назад |
Claude Paroz
|
756c390fb5
Fixed #20816 -- Added hints about Django middleware ordering
|
11 лет назад |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 лет назад |
Baptiste Mispelon
|
79e1d6ebd7
Don't show `self` in the list of arguments of a method.
|
11 лет назад |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 лет назад |
Tim Graham
|
26c4bd38ac
Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.
|
11 лет назад |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 лет назад |
Aymeric Augustin
|
dbdd253860
Replaced the test case hierarchy schema with a vector version.
|
12 лет назад |
Aymeric Augustin
|
bf14aed3cc
Added PDF version of SVG file for latexpdf builds.
|
12 лет назад |
Aymeric Augustin
|
be9f2919e0
Edited the middleware doc for completeness, clarity, and consistency.
|
12 лет назад |
Aymeric Augustin
|
ae8e97384b
Fixed #12502 -- Improved middleware diagram.
|
12 лет назад |
Aymeric Augustin
|
4b27813198
Fixed #7581 -- Added streaming responses.
|
12 лет назад |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 лет назад |
Tim Graham
|
590de18add
Fixed #18577 - Clarified middleware initialization.
|
12 лет назад |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 лет назад |
Carl Meyer
|
5c8c7c34be
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone.
|
13 лет назад |
Carl Meyer
|
00678334aa
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
|
13 лет назад |
Jacob Kaplan-Moss
|
0b174ccf0e
Fixed #16384: warn against accessing request.POST/REQUEST in middleware.
|
13 лет назад |