Ticket #15622: fix-15622.patch

File fix-15622.patch, 412 bytes (added by zyga, 13 years ago)

Patch for this issue

  • django/contrib/contenttypes/tests.py

    === modified file 'django/contrib/contenttypes/tests.py'
     
    2020        db.reset_queries()
    2121
    2222    def tearDown(self):
     23        ContentType.objects.clear_cache()
    2324        settings.DEBUG = self.old_DEBUG
    2425        Site._meta.installed = self.old_Site_meta_installed
    2526
Back to Top