Opened 15 years ago
Closed 15 years ago
#15222 closed (fixed)
Documentation example contains an incorrect class name
| Reported by: | Serp | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | Keywords: | cache, documentation | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The example under cache arguments see here
django.core.cache.backends.filebased.FileCache
should be:
django.core.cache.backends.filebased.FileBasedCache
Change History (3)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Oops - that was me.