Skip to content

Commit

Permalink
Merge pull request #5 from ojii/patch-1
Browse files Browse the repository at this point in the history
Explicit is better than implicit
  • Loading branch information
chrisglass committed Jan 9, 2012
2 parents a5a5175 + 870091c commit db4cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymorphic/manager.py
Expand Up @@ -4,7 +4,7 @@
"""

from django.db import models
from query import PolymorphicQuerySet
from polymorphic.query import PolymorphicQuerySet


class PolymorphicManager(models.Manager):
Expand Down

0 comments on commit db4cc4d

Please sign in to comment.