summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/tests.py
AgeCommit message (Expand)Author
2014-06-16Added database migration for contrib.contenttypes.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-17Normalized Model._meta.installed.Aymeric Augustin
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-05-18Fix NoneType error when fetching a stale ContentType with get_for_idDiederik van der Boor
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2012-09-28Made more extensive use of get_current_siteClaude 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-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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