Opened 14 years ago
Closed 14 years ago
#14624 closed (fixed)
Old Cache Middleware mentioned
Reported by: | domguard | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the transactions Documentation pages, the old unique Cache Middelware is mentioned
http://docs.djangoproject.com/en/dev/topics/db/transactions/#tying-transactions-to-http-requests
I suppose it should be updated to reflect the use of the two middelewares Update/Fetch cache
Note:
See TracTickets
for help on using tickets.
(In [14470]) Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the transactions topic guide. Thanks to quinode for the report.