Opened 13 years ago

Closed 13 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 anonymous, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 13 years ago

Oops - that was me.

comment:3 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [15439]:

Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.

Note: See TracTickets for help on using tickets.
Back to Top