#15622 closed (fixed)
TransactionTestCases are broken by django.contrib.contenttypes in 1.2.5
Reported by: | zyga | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This issue seems identical to ticket 14975
The missing call to ContentType.objects.clear_cache() is in django.contrib.contenttypes.tests:ContentTypeTests.tearDown
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | fix-15622.patch added |
---|
comment:1 by , 14 years ago
Component: | Uncategorized → Testing framework |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Interestingly, I can't reproduce this problem with trunk; only with 1.2.X. However, it's probably worth apply to trunk just in case.
Note:
See TracTickets
for help on using tickets.
Patch for this issue