Changes between Initial Version and Version 1 of Ticket #17055, comment 5
- Timestamp:
- Oct 16, 2011, 5:06:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17055, comment 5
initial v1 1 I have committed two easy fixes. The other are more complicated:1 I have committed two easy fixes. The other problems are more complicated: 2 2 - we can't import `MySQLdb` in `loaddata`: it must be usable by people who don't have MySQL; 3 3 - the test failures in `multiple_database` don't happen when tests are run in isolation. This is weird — `django.test.TestCase` should isolate tests properly. This deserves more investigation.