summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/tests.py
AgeCommit message (Expand)Author
2012-02-11Fixed #17256 -- Ensured that content types get cached when retrieved by natur...Julien Phalip
2012-01-02Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...Julien Phalip
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-12Convert the contettypes tests to use self.assertNumQueries, rather than hand ...Alex Gaynor
2011-09-23Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...Carl Meyer
2011-04-25Fixes #14543 -- ContentTypes tests failing if auth app is not installed. Than...Chris Beaven
2011-04-04Fixed #15738 -- Removed unnecessary line in contrib.contenttypes tests. Thank...Adrian Holovaty
2011-03-17Fixed #15622 -- Clear content type cache to avoid problems with subsequence T...Russell Keith-Magee
2011-03-07Fixed #15554 -- Corrected test failure in contenttypes when default site isn'...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss