mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -4,11 +4,8 @@ they will take data directly from the table of their base class table rather
|
||||
than using a new table of their own. This allows them to act as simple proxies,
|
||||
providing a modified interface to the data from the base class.
|
||||
"""
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.db import models
|
||||
|
||||
|
||||
# A couple of managers for testing managing overriding in proxy model cases.
|
||||
|
||||
class PersonManager(models.Manager):
|
||||
|
||||
Reference in New Issue
Block a user