Tim Graham
|
52ef6a4726
Fixed #17101 -- Integrated django-secure and added check --deploy option
|
10 years ago |
Claude Paroz
|
0b5bafe993
Removed reference to old middleware
|
10 years ago |
Aymeric Augustin
|
df09d85482
Fixed #17552 -- Removed a hack for IE6 and earlier.
|
10 years ago |
Claude Paroz
|
756c390fb5
Fixed #20816 -- Added hints about Django middleware ordering
|
10 years ago |
Tim Graham
|
465980d070
Added RemoteUserMiddleware to middleware reference page.
|
11 years ago |
Tim Graham
|
fd23c06023
Fixed #21649 -- Added optional invalidation of sessions when user password changes.
|
11 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Thomas Schreiber
|
907ac64641
Fixed typos in docs (django.contrib.site)
|
11 years ago |
Rodolfo Carvalho
|
2b6436e2d5
Fixed some typos and formatting issues in docs.
|
11 years ago |
Christopher Medrela
|
b22d6c47a7
Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request.
|
11 years ago |
Emil Stenström
|
7a97df190c
Fixed #19277 -- Added LocaleMiddleware.response_redirect_class
|
12 years ago |
Tim Graham
|
da843e7dba
Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
|
11 years ago |
Brenton Cleeland
|
dab52d99fc
Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.
|
11 years ago |
Łukasz Langa
|
660762681c
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Aymeric Augustin
|
ac37ed21b3
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
|
12 years ago |
Aymeric Augustin
|
50a985b09b
Fixed #19099 -- Split broken link emails out of common middleware.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Preston Holmes
|
11ded967c4
Fixed #19498 -- refactored auth documentation
|
12 years ago |
Tim Graham
|
3e0857041b
Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware.
|
12 years ago |
Tim Graham
|
2d1214d92a
Fixed #14165 - Documented that TransactionMiddleware only applies to the default database.
|
12 years ago |
Tim Graham
|
07d70e9b26
Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 years ago |
Aymeric Augustin
|
4288c8831b
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a response longer than the original content, allowed compression of non-200 responses, and added tests (there were none). Thanks cannona for the initial patch.
|
13 years ago |
Karen Tracey
|
0426962dac
Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Jannis Leidel
|
43cb78fafd
Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven.
|
13 years ago |
Timo Graham
|
b9ea5e163e
Fixed #16258 - typo in middleware docs.
|
13 years ago |