summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/models.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
commit726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch)
treef692a4abede11f50830f6935c086676f3f1db778 /django/contrib/contenttypes/models.py
parenta023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff)
Started attackign the next flake8 violation
Diffstat (limited to 'django/contrib/contenttypes/models.py')
-rw-r--r--django/contrib/contenttypes/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/contenttypes/models.py b/django/contrib/contenttypes/models.py
index 34d54441fe..75859bfa16 100644
--- a/django/contrib/contenttypes/models.py
+++ b/django/contrib/contenttypes/models.py
@@ -3,6 +3,7 @@ from django.utils.translation import ugettext_lazy as _
from django.utils.encoding import smart_text, force_text
from django.utils.encoding import python_2_unicode_compatible
+
class ContentTypeManager(models.Manager):
# Cache to avoid re-looking up ContentType objects all over the place.