removed pdb import which I used for testing...

fix_request_path_info
hottwaj 2014-02-19 11:00:19 +00:00
parent fd0ed96c1a
commit 578aa8f1dd
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ from django.utils import six
from .base import PolymorphicModelBase
from .manager import PolymorphicManager
from .query_translate import translate_polymorphic_Q_object
import pdb
###################################################################################
### PolymorphicModel