Changes between Initial Version and Version 1 of Ticket #17055, comment 5


Ignore:
Timestamp:
Oct 16, 2011, 5:06:04 AM (13 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17055, comment 5

    initial v1  
    1 I have committed two easy fixes. The other are more complicated:
     1I have committed two easy fixes. The other problems are more complicated:
    22- we can't import `MySQLdb` in `loaddata`: it must be usable by people who don't have MySQL;
    33- 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.
Back to Top