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