| Age | Commit message (Expand) | Author |
| 2014-06-16 | Added database migration for contrib.contenttypes. | Tim Graham |
| 2014-01-26 | Moved RequestSite and get_current_site. | Aymeric Augustin |
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin |
| 2013-12-23 | Dropped AppCache._empty, _with_app and _without_app. | Aymeric Augustin |
| 2013-12-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin |
| 2013-12-22 | Removed the app_config.installed flag. | Aymeric Augustin |
| 2013-12-17 | Normalized Model._meta.installed. | Aymeric Augustin |
| 2013-11-03 | Fixed flake8 E251 violations | Milton Mazzarri |
| 2013-10-31 | Started attackign the next flake8 violation | Alex Gaynor |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol |
| 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 |