#1738 closed defect (worksforme)
[patch] cache/__init__.py needs some trivial adaptions for m-r (imports)
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Core (Cache system) | Version: | dev |
Severity: | critical | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
tests/runtests.py fails due to wrong imports. I'm not familiar with caching, but probably caching fails --> critical.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | cache.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
It looks like you have an out-of-date init.py -- all the caching code moved to django/core/cache/backends/<backend>.py, thus this works for me.
comment:2 by , 19 years ago
Oops--you're right, and I'm so sorry! I use git, and somehow git-svnimport failed. It seemed to work so dependable ...
Next time I'll test with a fresh svn checkout first :-(
Note:
See TracTickets
for help on using tickets.
fixes wrong imports in cache/init.py