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
2013-05-18
Fix NoneType error when fetching a stale ContentType with get_for_id
Diederik van der Boor
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2012-09-28
Made more extensive use of get_current_site
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-08
Cleaned whitespace errors introduced in previous commit
Anssi Kääriäinen
2012-06-08
Fixed #18399 – Added a way to get ContentTypes for proxy models
Simon Charette
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
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