Removed some tabs...

This commit is contained in:
Corey Oordt 2010-02-12 12:09:58 -05:00
parent 0ca025d763
commit 69ef59d178

View file

@ -4,8 +4,8 @@ class CategoryM2MField(ManyToManyField):
def __init__(self, **kwargs):
from categories.models import Category
super(CategoryM2MField, self).__init__(to=Category, **kwargs)
class CategoryFKField(ForeignKey):
def __init__(self, **kwargs):
from categories.models import Category