#7514 closed (fixed)
Test failure after r7716
Description ¶
I am getting a test failure since r7716, the buildbot confirms it: http://buildbot.djangoproject.com/trunk%202.5%20sqlite/builds/498/step-test/0
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Attached a fix, also available on my git repo.
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 17 years ago
Component: | Uncategorized → Contrib apps |
---|
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The error (which was discovered early) can be tracked down to the SITE_CACHE (defined in contrib/sites/models.py).
Clearing this cache on a post_syncdb signal solves this problem.
I'll attach a patch in a moment. Also will file a bug discovered in the way ;)