Shai Berger
|
5112e65ef2
Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them
|
9 年之前 |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
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 年之前 |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 年之前 |
jorgecarleitao
|
7c642cafbb
Fixed typo in docs/ref/middleware.txt
|
9 年之前 |
Jan Pazdziora
|
a570701e02
Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication.
|
9 年之前 |
Marissa Zhou
|
8b1f39a727
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES.
|
9 年之前 |
Dave Hodder
|
08c980d752
Updated capitalization in the word "JavaScript" for consistency
|
10 年之前 |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 年之前 |
Berker Peksag
|
df0523debc
Fixed #23531 -- Added CommonMiddleware.response_redirect_class.
|
10 年之前 |
Thomas Chaumeny
|
d3db878e4b
Moved CSRF docs out of contrib.
|
10 年之前 |
Tim Graham
|
52ef6a4726
Fixed #17101 -- Integrated django-secure and added check --deploy option
|
10 年之前 |
Claude Paroz
|
0b5bafe993
Removed reference to old middleware
|
10 年之前 |
Aymeric Augustin
|
df09d85482
Fixed #17552 -- Removed a hack for IE6 and earlier.
|
10 年之前 |
Claude Paroz
|
756c390fb5
Fixed #20816 -- Added hints about Django middleware ordering
|
11 年之前 |
Tim Graham
|
465980d070
Added RemoteUserMiddleware to middleware reference page.
|
11 年之前 |
Tim Graham
|
fd23c06023
Fixed #21649 -- Added optional invalidation of sessions when user password changes.
|
11 年之前 |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 年之前 |
Thomas Schreiber
|
907ac64641
Fixed typos in docs (django.contrib.site)
|
11 年之前 |
Rodolfo Carvalho
|
2b6436e2d5
Fixed some typos and formatting issues in docs.
|
11 年之前 |
Christopher Medrela
|
b22d6c47a7
Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request.
|
11 年之前 |
Emil Stenström
|
7a97df190c
Fixed #19277 -- Added LocaleMiddleware.response_redirect_class
|
12 年之前 |
Tim Graham
|
da843e7dba
Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
|
11 年之前 |
Brenton Cleeland
|
dab52d99fc
Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
|
11 年之前 |
Łukasz Langa
|
660762681c
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
|
12 年之前 |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 年之前 |
Aymeric Augustin
|
ac37ed21b3
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
|
12 年之前 |
Aymeric Augustin
|
50a985b09b
Fixed #19099 -- Split broken link emails out of common middleware.
|
12 年之前 |