#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)
Change History (5)
by , 16 years ago
Attachment: | settings.diff added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | → 1.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
sorry...should be 'django.core.file.storage.FileSystemStorage' not 'django.core.file.filesystem.FileSystemStorage'