ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

Make quicktest command compatible with django 1.3 #23

Closed michelts closed 12 years ago

michelts commented 12 years ago

Fix the issue:20 - make quicktest command compatible with django 1.3 by changing the imports on the keep_database.py module.

michelts commented 12 years ago

BTW: I tested against django 1.2.4 without errors too.