Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8267 closed (fixed)

Default FileStore setting show wrong module

Reported by: Seth Buntin Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The default settings looks to be 'django.core.file.filesystem.FileSystemStorage' instead of 'django.core.filestorage.filesystem.FileSystemStorage' which the docs have.

Attachments (1)

settings.diff (513 bytes ) - added by Seth Buntin 16 years ago.

Download all attachments as: .zip

Change History (5)

by Seth Buntin, 16 years ago

Attachment: settings.diff added

comment:1 by Seth Buntin, 16 years ago

sorry...should be 'django.core.file.storage.FileSystemStorage' not 'django.core.file.filesystem.FileSystemStorage'

comment:2 by Jacob, 16 years ago

milestone: 1.0
Owner: changed from nobody to Jacob
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:3 by James Bennett, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8408]) Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAGE setting

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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