Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1738 closed defect (worksforme)

[patch] cache/__init__.py needs some trivial adaptions for m-r (imports)

Reported by: mir@… 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)

cache.diff (2.2 KB ) - added by mir@… 18 years ago.
fixes wrong imports in cache/init.py

Download all attachments as: .zip

Change History (3)

by mir@…, 18 years ago

Attachment: cache.diff added

fixes wrong imports in cache/init.py

comment:1 by Jacob, 18 years ago

Resolution: worksforme
Status: newclosed

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 mir@…, 18 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.
Back to Top